Html Css Color HEX #066686 Blue Lagoon

📋 copy color: '#066686'

red 6 ◦ green 102 ◦ blue 134

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

Shades of Blue Lagoon #066686

Tints of Blue Lagoon #066686

RGB

 RED value IS 6 (2.73% from 255) = 2.48%

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

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

R = 2.48%
G = 42.15%
B = 55.37%

CMYK

 C value IS 0.96

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#066686 (or 0x066686) is known color: Blue Lagoon. HEX triplet: 06, 66 and 86. RGB value is (6,102,134). Sum of RGB (Red+Green+Blue) = 6+102+134=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 134 (52.73% from 255 or 55.37% from 242); Max value from RGB is 134 - color contains mainly: blue. Hex color #066686 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066686 is #F99979. Grayscale: #4C4C4C. Windows color (decimal): -16357754 or 8807942. OLE color: 8807942.

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

Color convert

RGB 6 102 134 -
CMYK 0.96 0.24 0 0.47
HSL 195º 0.91% 0.27% -
HSV(B) 195º 0.96% 0.53% -
XYZ 9.13 11.26 24.25 -
YUV 76.94 160.2 77.4 -
System Red Green Blue C M Y K H S L
Decimal 6 102 134 0.96 0.24 0 0.47 195 0.91 0.27
Hex 6 66 86 60 18 0 2F C3 5B 1B
Octal 6 146 206 140 30 0 57 303 133 33
Binary 110 1100110 10000110 1100000 11000 0 101111 11000011 1011011 11011

Color Harmonies of #066686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066686

Black with #066686

Text Example


Text Example

White with #066686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066686; }

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

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

background-color css

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

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

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

border-color css

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

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

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