Html Css Color HEX #066473 Blue Lagoon

📋 copy color: '#066473'

red 6 ◦ green 100 ◦ blue 115

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

Shades of Blue Lagoon #066473

Tints of Blue Lagoon #066473

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.25%

 BLUE value IS 115 (45.31% from 255) = 52.04%

R = 2.71%
G = 45.25%
B = 52.04%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#066473 (or 0x066473) is known color: Blue Lagoon. HEX triplet: 06, 64 and 73. RGB value is (6,100,115). Sum of RGB (Red+Green+Blue) = 6+100+115=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 100 (39.45% from 255 or 45.25% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #066473 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066473 is #F99B8C. Grayscale: #494949. Windows color (decimal): -16358285 or 7562246. OLE color: 7562246.

HSL color Cylindrical-coordinate representation of color #066473: hue angle of 188.26º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066473 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 100 115 -
CMYK 0.95 0.13 0 0.55
HSL 188.26º 0.9% 0.24% -
HSV(B) 188.26º 0.95% 0.45% -
XYZ 7.73 10.39 17.82 -
YUV 73.6 151.36 79.78 -
System Red Green Blue C M Y K H S L
Decimal 6 100 115 0.95 0.13 0 0.55 188.26 0.9 0.24
Hex 6 64 73 5F D 0 37 BC 5A 18
Octal 6 144 163 137 15 0 67 274 132 30
Binary 110 1100100 1110011 1011111 1101 0 110111 10111100 1011010 11000

Color Harmonies of #066473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066473

Black with #066473

Text Example


Text Example

White with #066473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066473; }

 p { color: rgb(6,100,115); }

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

background-color css

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

 a { background-color: rgb(6,100,115); }

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

border-color css

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

 span { border-color: rgb(6,100,115); }

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