#006D7D

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

Shades of Blue Lagoon #006D7D

Tints of Blue Lagoon #006D7D

Color information

#006D7D (or 0x006D7D) is unknown color: approx Blue Lagoon. HEX triplet: 00, 6D and 7D. RGB value is (0,109,125). Sum of RGB (Red+Green+Blue) = 0+109+125=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 109 (42.97% from 255 or 46.58% from 234); Blue value is 125 (49.22% from 255 or 53.42% from 234); Max value from RGB is 125 - color contains mainly: blue. Hex color #006D7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006D7D is #FF9282. Grayscale: #4E4E4E. Windows color (decimal): -16749187 or 8219904. OLE color: 8219904.

HSL color Cylindrical-coordinate representation of color #006D7D: hue angle of 187.68º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006D7D is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB0109125-
CMYK10.1300.51
HSL187.68º100%24.51%-
HSV(B)187.68º100%49.02%-
XYZ9.1712.4221.32-
YUV78.23154.3972.2-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 109 (42.97% from 255) = 46.58%
BLUE value IS 125 (49.22% from 255) = 53.42%
R=0%
G=46.58%
B=53.42%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal010912510.1300.51187.6810024.51
Hex06D7D64D033bc6419
Octal01551751441506327414431
Binary01101101111110111001001101011001110111100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,109,125); }

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

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

 a { background-color: rgb(0,109,125); }

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

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

 span { border-color: rgb(0,109,125); }

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