Html Css Color HEX #006A84 Blue Lagoon

📋 copy color: '#006A84'

red 0 ◦ green 106 ◦ blue 132

#006A84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #006A84

Tints of Blue Lagoon #006A84

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 106 (41.8% from 255) = 44.54%

 BLUE value IS 132 (51.95% from 255) = 55.46%

R = 0%
G = 44.54%
B = 55.46%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#006A84 (or 0x006A84) is known color: 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

RGB 0 106 132 -
CMYK 1 0.20 0 0.48
HSL 191.82º 1% 0.26% -
HSV(B) 191.82º 1% 0.52% -
XYZ 9.32 11.97 23.65 -
YUV 77.27 158.88 72.89 -
System Red Green Blue C M Y K H S L
Decimal 0 106 132 1 0.20 0 0.48 191.82 1 0.26
Hex 0 6A 84 64 14 0 30 C0 64 1A
Octal 0 152 204 144 24 0 60 300 144 32
Binary 0 1101010 10000100 1100100 10100 0 110000 11000000 1100100 11010

Color Harmonies of #006A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006A84

Black with #006A84

Text Example


Text Example

White with #006A84

Text Example


Text Example

HTML Codes & Css Web 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>