Html Css Color HEX #006686 Blue Lagoon

📋 copy color: '#006686'

red 0 ◦ green 102 ◦ blue 134

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

Shades of Blue Lagoon #006686

Tints of Blue Lagoon #006686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 56.78%

R = 0%
G = 43.22%
B = 56.78%

CMYK

 C value IS 1

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#006686 (or 0x006686) is known color: Blue Lagoon. HEX triplet: 00, 66 and 86. RGB value is (0,102,134). Sum of RGB (Red+Green+Blue) = 0+102+134=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 134 (52.73% from 255 or 56.78% from 236); Max value from RGB is 134 - color contains mainly: blue. Hex color #006686 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006686 is #FF9979. Grayscale: #4A4A4A. Windows color (decimal): -16750970 or 8807936. OLE color: 8807936.

HSL color Cylindrical-coordinate representation of color #006686: hue angle of 194.33º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006686 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 102 134 -
CMYK 1 0.24 0 0.47
HSL 194.33º 1% 0.26% -
HSV(B) 194.33º 1% 0.53% -
XYZ 9.05 11.22 24.24 -
YUV 75.15 161.21 74.4 -
System Red Green Blue C M Y K H S L
Decimal 0 102 134 1 0.24 0 0.47 194.33 1 0.26
Hex 0 66 86 64 18 0 2F C2 64 1A
Octal 0 146 206 144 30 0 57 302 144 32
Binary 0 1100110 10000110 1100100 11000 0 101111 11000010 1100100 11010

Color Harmonies of #006686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006686

Black with #006686

Text Example


Text Example

White with #006686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006686; }

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

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

background-color css

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

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

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

border-color css

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

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

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