#006875

Color #006875 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #006875

Tints of Blue Lagoon #006875

Color information

#006875 (or 0x006875) is unknown color: approx Blue Lagoon. HEX triplet: 00, 68 and 75. RGB value is (0,104,117). Sum of RGB (Red+Green+Blue) = 0+104+117=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #006875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006875 is #FF978A. Grayscale: #4A4A4A. Windows color (decimal): -16750475 or 7694336. OLE color: 7694336.

HSL color Cylindrical-coordinate representation of color #006875: hue angle of 186.67º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006875 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB0104117-
CMYK10.1100.54
HSL186.67º100%22.94%-
HSV(B)186.67º100%45.88%-
XYZ8.1611.1818.56-
YUV74.39152.0474.94-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 104 (41.02% from 255) = 47.06%
BLUE value IS 117 (46.09% from 255) = 52.94%
R=0%
G=47.06%
B=52.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal010411710.1100.54186.6710022.94
Hex0687564B036bb6417
Octal01501651441306627314427
Binary01101000111010111001001011011011010111011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006875; }

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

 H1.HeaderClassName
 {
   color: #006875;
 }
 .AnyTagClassName
 {
   color: #006875;
 }
</style>
background-color css

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

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

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

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

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

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