Html Css Color HEX #006871 Blue Lagoon

📋 copy color: '#006871'

red 0 ◦ green 104 ◦ blue 113

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

Shades of Blue Lagoon #006871

Tints of Blue Lagoon #006871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.93%

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

R = 0%
G = 47.93%
B = 52.07%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#006871 (or 0x006871) is known color: Blue Lagoon. HEX triplet: 00, 68 and 71. RGB value is (0,104,113). Sum of RGB (Red+Green+Blue) = 0+104+113=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 104 (41.02% from 255 or 47.93% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #006871 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006871 is #FF978E. Grayscale: #494949. Windows color (decimal): -16750479 or 7432192. OLE color: 7432192.

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

Color convert

RGB 0 104 113 -
CMYK 1 0.08 0 0.56
HSL 184.78º 1% 0.22% -
HSV(B) 184.78º 1% 0.44% -
XYZ 7.93 11.09 17.35 -
YUV 73.93 150.04 75.27 -
System Red Green Blue C M Y K H S L
Decimal 0 104 113 1 0.08 0 0.56 184.78 1 0.22
Hex 0 68 71 64 8 0 38 B9 64 16
Octal 0 150 161 144 10 0 70 271 144 26
Binary 0 1101000 1110001 1100100 1000 0 111000 10111001 1100100 10110

Color Harmonies of #006871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006871

Black with #006871

Text Example


Text Example

White with #006871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006871; }

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

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

background-color css

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

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

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

border-color css

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

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

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