Html Css Color HEX #006C9F Cerulean

📋 copy color: '#006C9F'

red 0 ◦ green 108 ◦ blue 159

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

Shades of Cerulean #006C9F

Tints of Cerulean #006C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 59.55%

R = 0%
G = 40.45%
B = 59.55%

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

#006C9F (or 0x006C9F) is known color: Cerulean. HEX triplet: 00, 6C and 9F. RGB value is (0,108,159). Sum of RGB (Red+Green+Blue) = 0+108+159=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 159 (62.5% from 255 or 59.55% from 267); Max value from RGB is 159 - color contains mainly: blue. Hex color #006C9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006C9F is #FF9360. Grayscale: #515151. Windows color (decimal): -16749409 or 10447872. OLE color: 10447872.

HSL color Cylindrical-coordinate representation of color #006C9F: hue angle of 199.25º 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 #006C9F is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 108 159 -
CMYK 1 0.32 0 0.38
HSL 199.25º 1% 0.31% -
HSV(B) 199.25º 1% 0.62% -
XYZ 11.62 13.23 34.74 -
YUV 81.52 171.72 69.85 -
System Red Green Blue C M Y K H S L
Decimal 0 108 159 1 0.32 0 0.38 199.25 1 0.31
Hex 0 6C 9F 64 20 0 26 C7 64 1F
Octal 0 154 237 144 40 0 46 307 144 37
Binary 0 1101100 10011111 1100100 100000 0 100110 11000111 1100100 11111

Color Harmonies of #006C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006C9F

Black with #006C9F

Text Example


Text Example

White with #006C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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