Html Css Color HEX #066475 Blue Lagoon

📋 copy color: '#066475'

red 6 ◦ green 100 ◦ blue 117

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

Shades of Blue Lagoon #066475

Tints of Blue Lagoon #066475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 52.47%

R = 2.69%
G = 44.84%
B = 52.47%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#066475 (or 0x066475) is known color: Blue Lagoon. HEX triplet: 06, 64 and 75. RGB value is (6,100,117). Sum of RGB (Red+Green+Blue) = 6+100+117=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #066475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066475 is #F99B8A. Grayscale: #494949. Windows color (decimal): -16358283 or 7693318. OLE color: 7693318.

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

Color convert

RGB 6 100 117 -
CMYK 0.95 0.15 0 0.54
HSL 189.19º 0.9% 0.24% -
HSV(B) 189.19º 0.95% 0.46% -
XYZ 7.84 10.44 18.43 -
YUV 73.83 152.36 79.62 -
System Red Green Blue C M Y K H S L
Decimal 6 100 117 0.95 0.15 0 0.54 189.19 0.9 0.24
Hex 6 64 75 5F F 0 36 BD 5A 18
Octal 6 144 165 137 17 0 66 275 132 30
Binary 110 1100100 1110101 1011111 1111 0 110110 10111101 1011010 11000

Color Harmonies of #066475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066475

Black with #066475

Text Example


Text Example

White with #066475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066475; }

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

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

background-color css

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

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

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

border-color css

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

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

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