Html Css Color HEX #066266 Blue Lagoon

📋 copy color: '#066266'

red 6 ◦ green 98 ◦ blue 102

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

Shades of Blue Lagoon #066266

Tints of Blue Lagoon #066266

RGB

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

 GREEN value IS 98 (38.67% from 255) = 47.57%

 BLUE value IS 102 (40.23% from 255) = 49.51%

R = 2.91%
G = 47.57%
B = 49.51%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#066266 (or 0x066266) is known color: Blue Lagoon. HEX triplet: 06, 62 and 66. RGB value is (6,98,102). Sum of RGB (Red+Green+Blue) = 6+98+102=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #066266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066266 is #F99D99. Grayscale: #464646. Windows color (decimal): -16358810 or 6709766. OLE color: 6709766.

HSL color Cylindrical-coordinate representation of color #066266: hue angle of 182.5º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066266 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 6 98 102 -
CMYK 0.94 0.04 0 0.6
HSL 182.5º 0.89% 0.21% -
HSV(B) 182.5º 0.94% 0.4% -
XYZ 6.84 9.73 14.09 -
YUV 70.95 145.52 81.67 -
System Red Green Blue C M Y K H S L
Decimal 6 98 102 0.94 0.04 0 0.6 182.5 0.89 0.21
Hex 6 62 66 5E 4 0 3C B6 59 15
Octal 6 142 146 136 4 0 74 266 131 25
Binary 110 1100010 1100110 1011110 100 0 111100 10110110 1011001 10101

Color Harmonies of #066266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066266

Black with #066266

Text Example


Text Example

White with #066266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066266; }

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

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

background-color css

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

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

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

border-color css

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

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

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