Html Css Color HEX #006A9C Cerulean

📋 copy color: '#006A9C'

red 0 ◦ green 106 ◦ blue 156

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

Shades of Cerulean #006A9C

Tints of Cerulean #006A9C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 40.46%

 BLUE value IS 156 (61.33% from 255) = 59.54%

R = 0%
G = 40.46%
B = 59.54%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#006A9C (or 0x006A9C) is known color: Cerulean. HEX triplet: 00, 6A and 9C. RGB value is (0,106,156). Sum of RGB (Red+Green+Blue) = 0+106+156=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 106 (41.80% from 255 or 40.46% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #006A9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006A9C is #FF9563. Grayscale: #4F4F4F. Windows color (decimal): -16749924 or 10250752. OLE color: 10250752.

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

Color convert

RGB 0 106 156 -
CMYK 1 0.32 0 0.39
HSL 199.23º 1% 0.31% -
HSV(B) 199.23º 1% 0.61% -
XYZ 11.15 12.71 33.32 -
YUV 80.01 170.88 70.93 -
System Red Green Blue C M Y K H S L
Decimal 0 106 156 1 0.32 0 0.39 199.23 1 0.31
Hex 0 6A 9C 64 20 0 27 C7 64 1F
Octal 0 152 234 144 40 0 47 307 144 37
Binary 0 1101010 10011100 1100100 100000 0 100111 11000111 1100100 11111

Color Harmonies of #006A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006A9C

Black with #006A9C

Text Example


Text Example

White with #006A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,106,156); }

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

background-color css

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

 a { background-color: rgb(0,106,156); }

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

border-color css

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

 span { border-color: rgb(0,106,156); }

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