Html Css Color HEX #066695 Cerulean

📋 copy color: '#066695'

red 6 ◦ green 102 ◦ blue 149

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

Shades of Cerulean #066695

Tints of Cerulean #066695

RGB

 RED value IS 6 (2.73% from 255) = 2.33%

 GREEN value IS 102 (40.23% from 255) = 39.69%

 BLUE value IS 149 (58.59% from 255) = 57.98%

R = 2.33%
G = 39.69%
B = 57.98%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#066695 (or 0x066695) is known color: Cerulean. HEX triplet: 06, 66 and 95. RGB value is (6,102,149). Sum of RGB (Red+Green+Blue) = 6+102+149=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #066695 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066695 is #F9996A. Grayscale: #4E4E4E. Windows color (decimal): -16357739 or 9790982. OLE color: 9790982.

HSL color Cylindrical-coordinate representation of color #066695: hue angle of 199.72º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066695 is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 102 149 -
CMYK 0.96 0.32 0 0.42
HSL 199.72º 0.92% 0.3% -
HSV(B) 199.72º 0.96% 0.58% -
XYZ 10.25 11.71 30.15 -
YUV 78.65 167.7 76.18 -
System Red Green Blue C M Y K H S L
Decimal 6 102 149 0.96 0.32 0 0.42 199.72 0.92 0.3
Hex 6 66 95 60 20 0 2A C8 5C 1E
Octal 6 146 225 140 40 0 52 310 134 36
Binary 110 1100110 10010101 1100000 100000 0 101010 11001000 1011100 11110

Color Harmonies of #066695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066695

Black with #066695

Text Example


Text Example

White with #066695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066695; }

 p { color: rgb(6,102,149); }

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

background-color css

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

 a { background-color: rgb(6,102,149); }

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

border-color css

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

 span { border-color: rgb(6,102,149); }

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