Html Css Color HEX #066971 Blue Lagoon

📋 copy color: '#066971'

red 6 ◦ green 105 ◦ blue 113

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

Shades of Blue Lagoon #066971

Tints of Blue Lagoon #066971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.88%

 BLUE value IS 113 (44.53% from 255) = 50.45%

R = 2.68%
G = 46.88%
B = 50.45%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#066971 (or 0x066971) is known color: Blue Lagoon. HEX triplet: 06, 69 and 71. RGB value is (6,105,113). Sum of RGB (Red+Green+Blue) = 6+105+113=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #066971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066971 is #F9968E. Grayscale: #4C4C4C. Windows color (decimal): -16357007 or 7432454. OLE color: 7432454.

HSL color Cylindrical-coordinate representation of color #066971: hue angle of 184.49º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066971 is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 105 113 -
CMYK 0.95 0.07 0 0.56
HSL 184.49º 0.9% 0.23% -
HSV(B) 184.49º 0.95% 0.44% -
XYZ 8.11 11.33 17.38 -
YUV 76.31 148.7 77.85 -
System Red Green Blue C M Y K H S L
Decimal 6 105 113 0.95 0.07 0 0.56 184.49 0.9 0.23
Hex 6 69 71 5F 7 0 38 B8 5A 17
Octal 6 151 161 137 7 0 70 270 132 27
Binary 110 1101001 1110001 1011111 111 0 111000 10111000 1011010 10111

Color Harmonies of #066971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066971

Black with #066971

Text Example


Text Example

White with #066971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066971; }

 p { color: rgb(6,105,113); }

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

background-color css

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

 a { background-color: rgb(6,105,113); }

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

border-color css

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

 span { border-color: rgb(6,105,113); }

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