Html Css Color HEX #066C71 Blue Lagoon

📋 copy color: '#066C71'

red 6 ◦ green 108 ◦ blue 113

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

Shades of Blue Lagoon #066C71

Tints of Blue Lagoon #066C71

RGB

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

 GREEN value IS 108 (42.58% from 255) = 47.58%

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

R = 2.64%
G = 47.58%
B = 49.78%

CMYK

 C value IS 0.95

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#066C71 (or 0x066C71) is known color: Blue Lagoon. HEX triplet: 06, 6C and 71. RGB value is (6,108,113). Sum of RGB (Red+Green+Blue) = 6+108+113=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 108 (42.58% from 255 or 47.58% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #066C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066C71 is #F9938E. Grayscale: #4D4D4D. Windows color (decimal): -16356239 or 7433222. OLE color: 7433222.

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

Color convert

RGB 6 108 113 -
CMYK 0.95 0.04 0 0.56
HSL 182.8º 0.9% 0.23% -
HSV(B) 182.8º 0.95% 0.44% -
XYZ 8.42 11.96 17.49 -
YUV 78.07 147.71 76.59 -
System Red Green Blue C M Y K H S L
Decimal 6 108 113 0.95 0.04 0 0.56 182.8 0.9 0.23
Hex 6 6C 71 5F 4 0 38 B7 5A 17
Octal 6 154 161 137 4 0 70 267 132 27
Binary 110 1101100 1110001 1011111 100 0 111000 10110111 1011010 10111

Color Harmonies of #066C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066C71

Black with #066C71

Text Example


Text Example

White with #066C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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