Html Css Color HEX #006684 Blue Lagoon

📋 copy color: '#006684'

red 0 ◦ green 102 ◦ blue 132

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

Shades of Blue Lagoon #006684

Tints of Blue Lagoon #006684

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.59%

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

R = 0%
G = 43.59%
B = 56.41%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#006684 (or 0x006684) is known color: Blue Lagoon. HEX triplet: 00, 66 and 84. RGB value is (0,102,132). Sum of RGB (Red+Green+Blue) = 0+102+132=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #006684 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006684 is #FF997B. Grayscale: #4A4A4A. Windows color (decimal): -16750972 or 8676864. OLE color: 8676864.

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

Color convert

RGB 0 102 132 -
CMYK 1 0.23 0 0.48
HSL 193.64º 1% 0.26% -
HSV(B) 193.64º 1% 0.52% -
XYZ 8.92 11.17 23.52 -
YUV 74.92 160.21 74.56 -
System Red Green Blue C M Y K H S L
Decimal 0 102 132 1 0.23 0 0.48 193.64 1 0.26
Hex 0 66 84 64 17 0 30 C2 64 1A
Octal 0 146 204 144 27 0 60 302 144 32
Binary 0 1100110 10000100 1100100 10111 0 110000 11000010 1100100 11010

Color Harmonies of #006684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006684

Black with #006684

Text Example


Text Example

White with #006684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006684; }

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

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

background-color css

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

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

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

border-color css

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

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

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