Color Hex Logo

#006cbc Color Hex

#006CBC
(0,108,188)
0 Favorites   0 Comments

Color spaces of #006cbc

RGB 0108188
HSL0.571.000.37
HSV206°100°74°
CMYK 1.000.430.00   0.26
XYZ14.439714.356049.5869
Yxy14.35600.18420.1832
Hunter Lab37.88931.7204-51.0721
CIE-Lab44.73924.9874-49.1514

#006cbc color RGB value is (0,108,188).

#006cbc hex color red value is 0, green value is 108 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #006cbc hue: 0.57 , saturation: 1.00 and the lightness value of 006cbc is 0.37.

The process color (four color CMYK) of #006cbc color hex is 1.00, 0.43, 0.00, 0.26. Web safe color of #006cbc is #0066cc. Color #006cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101100 10111100
Octal 0 154 274
Decimal 0 108 188
Hex 0 6C BC

RGB Percentages of Color #006cbc

%0.00
%36.49
%63.51

CMYK Percentages of Color #006cbc

%100
%43
%0
%26

Triadic Colors of #006cbc

#006cbc #bc006c #6cbc00

Analogous Colors of #006cbc

#006cbc #000ebc #00bcae

Monochromatic Colors of #006cbc

#006cbc

Complementary Color

#006cbc #bc5000

#006cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#006cbc Color CSS Codes

.mybgcolor {background-color:#006cbc; } 
.myforecolor {color:#006cbc; }
.mybordercolor {border:3px solid #006cbc; }

#006cbc Text Font Color

<p style="color:#006cbc">Text here</p>

This sample text font color is #006cbc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#006cbc Background Color

<div style="background-color:#006cbc">
Div content here</div>

This div background color is #006cbc


#006cbc Border Color

<div style="border:3px solid #006cbc">
Div here</div>

This div border color is #006cbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,108,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #006cbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #006cbc;
  -webkit-box-shadow: 1px 1px 3px 2px #006cbc;
  box-shadow:         1px 1px 3px 2px #006cbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,108,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #006cbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #006cbc;
  -webkit-box-shadow: 1px 1px 3px 2px #006cbc;
  box-shadow:         1px 1px 3px 2px #006cbc;">
Div content here</div>

This div box has shadow with color #006cbc


Comments

No comments written yet.

Please login to write comment.