Html Css Color HEX #066175 Blue Lagoon

📋 copy color: '#066175'

red 6 ◦ green 97 ◦ blue 117

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

Shades of Blue Lagoon #066175

Tints of Blue Lagoon #066175

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.09%

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

R = 2.73%
G = 44.09%
B = 53.18%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#066175 (or 0x066175) is known color: Blue Lagoon. HEX triplet: 06, 61 and 75. RGB value is (6,97,117). Sum of RGB (Red+Green+Blue) = 6+97+117=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #066175 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066175 is #F99E8A. Grayscale: #474747. Windows color (decimal): -16359051 or 7692550. OLE color: 7692550.

HSL color Cylindrical-coordinate representation of color #066175: hue angle of 190.81º 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 #066175 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 97 117 -
CMYK 0.95 0.17 0 0.54
HSL 190.81º 0.9% 0.24% -
HSV(B) 190.81º 0.95% 0.46% -
XYZ 7.56 9.87 18.34 -
YUV 72.07 153.35 80.87 -
System Red Green Blue C M Y K H S L
Decimal 6 97 117 0.95 0.17 0 0.54 190.81 0.9 0.24
Hex 6 61 75 5F 11 0 36 BF 5A 18
Octal 6 141 165 137 21 0 66 277 132 30
Binary 110 1100001 1110101 1011111 10001 0 110110 10111111 1011010 11000

Color Harmonies of #066175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066175

Black with #066175

Text Example


Text Example

White with #066175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066175; }

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

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

background-color css

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

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

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

border-color css

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

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

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