Html Css Color HEX #006A71 Blue Lagoon

📋 copy color: '#006A71'

red 0 ◦ green 106 ◦ blue 113

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

Shades of Blue Lagoon #006A71

Tints of Blue Lagoon #006A71

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 106 (41.8% from 255) = 48.4%

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

R = 0%
G = 48.4%
B = 51.6%

CMYK

 C value IS 1

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#006A71 (or 0x006A71) is known color: Blue Lagoon. HEX triplet: 00, 6A and 71. RGB value is (0,106,113). Sum of RGB (Red+Green+Blue) = 0+106+113=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 106 (41.80% from 255 or 48.40% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #006A71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006A71 is #FF958E. Grayscale: #4A4A4A. Windows color (decimal): -16749967 or 7432704. OLE color: 7432704.

HSL color Cylindrical-coordinate representation of color #006A71: hue angle of 183.72º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006A71 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 106 113 -
CMYK 1 0.06 0 0.56
HSL 183.72º 1% 0.22% -
HSV(B) 183.72º 1% 0.44% -
XYZ 8.13 11.5 17.41 -
YUV 75.1 149.38 74.43 -
System Red Green Blue C M Y K H S L
Decimal 0 106 113 1 0.06 0 0.56 183.72 1 0.22
Hex 0 6A 71 64 6 0 38 B8 64 16
Octal 0 152 161 144 6 0 70 270 144 26
Binary 0 1101010 1110001 1100100 110 0 111000 10111000 1100100 10110

Color Harmonies of #006A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006A71

Black with #006A71

Text Example


Text Example

White with #006A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006A71; }

 p { color: rgb(0,106,113); }

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

background-color css

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

 a { background-color: rgb(0,106,113); }

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

border-color css

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

 span { border-color: rgb(0,106,113); }

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