Html Css Color HEX #066694 Cerulean

📋 copy color: '#066694'

red 6 ◦ green 102 ◦ blue 148

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

Shades of Cerulean #066694

Tints of Cerulean #066694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 57.81%

R = 2.34%
G = 39.84%
B = 57.81%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#066694 (or 0x066694) is known color: Cerulean. HEX triplet: 06, 66 and 94. RGB value is (6,102,148). Sum of RGB (Red+Green+Blue) = 6+102+148=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #066694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066694 is #F9996B. Grayscale: #4E4E4E. Windows color (decimal): -16357740 or 9725446. OLE color: 9725446.

HSL color Cylindrical-coordinate representation of color #066694: hue angle of 199.44º 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 #066694 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 102 148 -
CMYK 0.96 0.31 0 0.42
HSL 199.44º 0.92% 0.3% -
HSV(B) 199.44º 0.96% 0.58% -
XYZ 10.17 11.68 29.74 -
YUV 78.54 167.2 76.26 -
System Red Green Blue C M Y K H S L
Decimal 6 102 148 0.96 0.31 0 0.42 199.44 0.92 0.3
Hex 6 66 94 60 1F 0 2A C7 5C 1E
Octal 6 146 224 140 37 0 52 307 134 36
Binary 110 1100110 10010100 1100000 11111 0 101010 11000111 1011100 11110

Color Harmonies of #066694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066694

Black with #066694

Text Example


Text Example

White with #066694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066694; }

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

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

background-color css

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

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

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

border-color css

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

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

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