#006A84

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

Shades of Blue Lagoon #006A84

Tints of Blue Lagoon #006A84

Color information

#006A84 (or 0x006A84) is unknown color: approx Blue Lagoon. HEX triplet: 00, 6A and 84. RGB value is (0,106,132). Sum of RGB (Red+Green+Blue) = 0+106+132=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 106 (41.80% from 255 or 44.54% from 238); Blue value is 132 (51.95% from 255 or 55.46% from 238); Max value from RGB is 132 - color contains mainly: blue. Hex color #006A84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006A84 is #FF957B. Grayscale: #4D4D4D. Windows color (decimal): -16749948 or 8677888. OLE color: 8677888.

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

Color convert

RGB0106132-
CMYK10.2000.48
HSL191.82º100%25.88%-
HSV(B)191.82º100%51.76%-
XYZ9.3211.9723.65-
YUV77.27158.8872.89-

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) = 44.54%
BLUE value IS 132 (51.95% from 255) = 55.46%
R=0%
G=44.54%
B=55.46%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal010613210.2000.48191.8210025.88
Hex06A846414030c0641a
Octal01522041442406030014432
Binary0110101010000100110010010100011000011000000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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