Html Css Color HEX #006B71 Blue Lagoon

📋 copy color: '#006B71'

red 0 ◦ green 107 ◦ blue 113

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

Shades of Blue Lagoon #006B71

Tints of Blue Lagoon #006B71

RGB

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

 GREEN value IS 107 (42.19% from 255) = 48.64%

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

R = 0%
G = 48.64%
B = 51.36%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#006B71 (or 0x006B71) is known color: Blue Lagoon. HEX triplet: 00, 6B and 71. RGB value is (0,107,113). Sum of RGB (Red+Green+Blue) = 0+107+113=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 107 (42.19% from 255 or 48.64% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #006B71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006B71 is #FF948E. Grayscale: #4B4B4B. Windows color (decimal): -16749711 or 7432960. OLE color: 7432960.

HSL color Cylindrical-coordinate representation of color #006B71: hue angle of 183.19º 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 #006B71 is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 107 113 -
CMYK 1 0.05 0 0.56
HSL 183.19º 1% 0.22% -
HSV(B) 183.19º 1% 0.44% -
XYZ 8.24 11.71 17.45 -
YUV 75.69 149.05 74.01 -
System Red Green Blue C M Y K H S L
Decimal 0 107 113 1 0.05 0 0.56 183.19 1 0.22
Hex 0 6B 71 64 5 0 38 B7 64 16
Octal 0 153 161 144 5 0 70 267 144 26
Binary 0 1101011 1110001 1100100 101 0 111000 10110111 1100100 10110

Color Harmonies of #006B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006B71

Black with #006B71

Text Example


Text Example

White with #006B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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