Html Css Color HEX #066970 Blue Lagoon

📋 copy color: '#066970'

red 6 ◦ green 105 ◦ blue 112

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

Shades of Blue Lagoon #066970

Tints of Blue Lagoon #066970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 50.22%

R = 2.69%
G = 47.09%
B = 50.22%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#066970 (or 0x066970) is known color: Blue Lagoon. HEX triplet: 06, 69 and 70. RGB value is (6,105,112). Sum of RGB (Red+Green+Blue) = 6+105+112=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #066970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066970 is #F9968F. Grayscale: #4C4C4C. Windows color (decimal): -16357008 or 7366918. OLE color: 7366918.

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

Color convert

RGB 6 105 112 -
CMYK 0.95 0.06 0 0.56
HSL 183.96º 0.9% 0.23% -
HSV(B) 183.96º 0.95% 0.44% -
XYZ 8.05 11.31 17.09 -
YUV 76.2 148.2 77.93 -
System Red Green Blue C M Y K H S L
Decimal 6 105 112 0.95 0.06 0 0.56 183.96 0.9 0.23
Hex 6 69 70 5F 6 0 38 B8 5A 17
Octal 6 151 160 137 6 0 70 270 132 27
Binary 110 1101001 1110000 1011111 110 0 111000 10111000 1011010 10111

Color Harmonies of #066970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066970

Black with #066970

Text Example


Text Example

White with #066970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066970; }

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

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

background-color css

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

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

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

border-color css

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

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

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