#006b8a

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

Shades of Blue Lagoon #006B8A

Tints of Blue Lagoon #006B8A

Color information

#006B8A (or 0x006B8A) is unknown color: approx Blue Lagoon. HEX triplet: 00, 6B and 8A. RGB value is (0,107,138). Sum of RGB (Red+Green+Blue) = 0+107+138=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 107 (42.19% from 255 or 43.67% from 245); Blue value is 138 (54.30% from 255 or 56.33% from 245); Max value from RGB is 138 - color contains mainly: blue. Hex color #006B8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006B8A is #FF9475. Grayscale: #4E4E4E. Windows color (decimal): -16749686 or 9071360. OLE color: 9071360.

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

Color convert

RGB0107138-
CMYK10.2200.46
HSL193.48º100%27.06%-
HSV(B)193.48º100%54.12%-
XYZ9.8512.3525.91-
YUV78.54161.5571.98-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 107 (42.19% from 255) = 43.67%
BLUE value IS 138 (54.30% from 255) = 56.33%
R=0%
G=43.67%
B=56.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal010713810.2200.46193.4810027.06
Hex06B8A641602Ec1641b
Octal01532121442605630114433
Binary0110101110001010110010010110010111011000001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006b8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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