Html Css Color HEX #066771 Blue Lagoon

📋 copy color: '#066771'

red 6 ◦ green 103 ◦ blue 113

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

Shades of Blue Lagoon #066771

Tints of Blue Lagoon #066771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 46.4%

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

R = 2.7%
G = 46.4%
B = 50.9%

CMYK

 C value IS 0.95

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#066771 (or 0x066771) is known color: Blue Lagoon. HEX triplet: 06, 67 and 71. RGB value is (6,103,113). Sum of RGB (Red+Green+Blue) = 6+103+113=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 103 (40.62% from 255 or 46.40% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #066771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066771 is #F9988E. Grayscale: #4B4B4B. Windows color (decimal): -16357519 or 7431942. OLE color: 7431942.

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

Color convert

RGB 6 103 113 -
CMYK 0.95 0.09 0 0.56
HSL 185.61º 0.9% 0.23% -
HSV(B) 185.61º 0.95% 0.44% -
XYZ 7.91 10.93 17.32 -
YUV 75.14 149.36 78.69 -
System Red Green Blue C M Y K H S L
Decimal 6 103 113 0.95 0.09 0 0.56 185.61 0.9 0.23
Hex 6 67 71 5F 9 0 38 BA 5A 17
Octal 6 147 161 137 11 0 70 272 132 27
Binary 110 1100111 1110001 1011111 1001 0 111000 10111010 1011010 10111

Color Harmonies of #066771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066771

Black with #066771

Text Example


Text Example

White with #066771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066771; }

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

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

background-color css

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

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

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

border-color css

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

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

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