Html Css Color HEX #006984 Blue Lagoon

📋 copy color: '#006984'

red 0 ◦ green 105 ◦ blue 132

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

Shades of Blue Lagoon #006984

Tints of Blue Lagoon #006984

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.3%

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

R = 0%
G = 44.3%
B = 55.7%

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

#006984 (or 0x006984) is known color: Blue Lagoon. HEX triplet: 00, 69 and 84. RGB value is (0,105,132). Sum of RGB (Red+Green+Blue) = 0+105+132=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #006984 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006984 is #FF967B. Grayscale: #4C4C4C. Windows color (decimal): -16750204 or 8677632. OLE color: 8677632.

HSL color Cylindrical-coordinate representation of color #006984: hue angle of 192.27º 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 #006984 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 105 132 -
CMYK 1 0.20 0 0.48
HSL 192.27º 1% 0.26% -
HSV(B) 192.27º 1% 0.52% -
XYZ 9.22 11.77 23.62 -
YUV 76.68 159.21 73.3 -
System Red Green Blue C M Y K H S L
Decimal 0 105 132 1 0.20 0 0.48 192.27 1 0.26
Hex 0 69 84 64 14 0 30 C0 64 1A
Octal 0 151 204 144 24 0 60 300 144 32
Binary 0 1101001 10000100 1100100 10100 0 110000 11000000 1100100 11010

Color Harmonies of #006984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006984

Black with #006984

Text Example


Text Example

White with #006984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006984; }

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

 H1.HeaderClassName
 {
   color: #006984;
 }
 .AnyTagClassName
 {
   color: #006984;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #006984;
 }
 .BgClassName
 {
   background-color: #006984;
 }
</style>

border-color css

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

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

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