Html Css Color HEX #066270 Blue Lagoon

📋 copy color: '#066270'

red 6 ◦ green 98 ◦ blue 112

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

Shades of Blue Lagoon #066270

Tints of Blue Lagoon #066270

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.37%

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

R = 2.78%
G = 45.37%
B = 51.85%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#066270 (or 0x066270) is known color: Blue Lagoon. HEX triplet: 06, 62 and 70. RGB value is (6,98,112). Sum of RGB (Red+Green+Blue) = 6+98+112=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #066270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066270 is #F99D8F. Grayscale: #474747. Windows color (decimal): -16358800 or 7365126. OLE color: 7365126.

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

Color convert

RGB 6 98 112 -
CMYK 0.95 0.13 0 0.56
HSL 187.92º 0.9% 0.23% -
HSV(B) 187.92º 0.95% 0.44% -
XYZ 7.37 9.94 16.86 -
YUV 72.09 150.52 80.86 -
System Red Green Blue C M Y K H S L
Decimal 6 98 112 0.95 0.13 0 0.56 187.92 0.9 0.23
Hex 6 62 70 5F D 0 38 BC 5A 17
Octal 6 142 160 137 15 0 70 274 132 27
Binary 110 1100010 1110000 1011111 1101 0 111000 10111100 1011010 10111

Color Harmonies of #066270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066270

Black with #066270

Text Example


Text Example

White with #066270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066270; }

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

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

background-color css

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

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

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

border-color css

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

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

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