#006A7B

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

Shades of Blue Lagoon #006A7B

Tints of Blue Lagoon #006A7B

Color information

#006A7B (or 0x006A7B) is unknown color: approx Blue Lagoon. HEX triplet: 00, 6A and 7B. RGB value is (0,106,123). Sum of RGB (Red+Green+Blue) = 0+106+123=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 106 (41.80% from 255 or 46.29% from 229); Blue value is 123 (48.44% from 255 or 53.71% from 229); Max value from RGB is 123 - color contains mainly: blue. Hex color #006A7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006A7B is #FF9584. Grayscale: #4C4C4C. Windows color (decimal): -16749957 or 8088064. OLE color: 8088064.

HSL color Cylindrical-coordinate representation of color #006A7B: hue angle of 188.29º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006A7B is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB0106123-
CMYK10.1400.52
HSL188.29º100%24.12%-
HSV(B)188.29º100%48.24%-
XYZ8.7311.7420.54-
YUV76.24154.3873.62-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 106 (41.80% from 255) = 46.29%
BLUE value IS 123 (48.44% from 255) = 53.71%
R=0%
G=46.29%
B=53.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal010612310.1400.52188.2910024.12
Hex06A7B64E034bc6418
Octal01521731441606427414430
Binary01101010111101111001001110011010010111100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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