Html Css Color HEX #006C9E Cerulean

📋 copy color: '#006C9E'

red 0 ◦ green 108 ◦ blue 158

#006C9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #006C9E

Tints of Cerulean #006C9E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 108 (42.58% from 255) = 40.6%

 BLUE value IS 158 (62.11% from 255) = 59.4%

R = 0%
G = 40.6%
B = 59.4%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#006C9E (or 0x006C9E) is known color: Cerulean. HEX triplet: 00, 6C and 9E. RGB value is (0,108,158). Sum of RGB (Red+Green+Blue) = 0+108+158=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 158 (62.11% from 255 or 59.40% from 266); Max value from RGB is 158 - color contains mainly: blue. Hex color #006C9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006C9E is #FF9361. Grayscale: #515151. Windows color (decimal): -16749410 or 10382336. OLE color: 10382336.

HSL color Cylindrical-coordinate representation of color #006C9E: hue angle of 198.99º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006C9E is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 108 158 -
CMYK 1 0.32 0 0.38
HSL 198.99º 1% 0.31% -
HSV(B) 198.99º 1% 0.62% -
XYZ 11.53 13.19 34.29 -
YUV 81.41 171.22 69.93 -
System Red Green Blue C M Y K H S L
Decimal 0 108 158 1 0.32 0 0.38 198.99 1 0.31
Hex 0 6C 9E 64 20 0 26 C7 64 1F
Octal 0 154 236 144 40 0 46 307 144 37
Binary 0 1101100 10011110 1100100 100000 0 100110 11000111 1100100 11111

Color Harmonies of #006C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006C9E

Black with #006C9E

Text Example


Text Example

White with #006C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006C9E; }

 p { color: rgb(0,108,158); }

 H1.HeaderClassName
 {
   color: #006C9E;
 }
 .AnyTagClassName
 {
   color: #006C9E;
 }
</style>

background-color css

<style>
 a { background-color: #006C9E; }

 a { background-color: rgb(0,108,158); }

 div.DivClassName
 {
   background-color: #006C9E;
 }
 .BgClassName
 {
   background-color: #006C9E;
 }
</style>

border-color css

<style>
 span { border-color: #006C9E; }

 span { border-color: rgb(0,108,158); }

 td.TdClassName
 {
   border-color: #006C9E;
 }
 .TagClassName
 {
   border-color: #006C9E;
 }
</style>