#66A5BE

Color #66A5BE Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #66A5BE

Tints of Shakespeare #66A5BE

Color information

#66A5BE (or 0x66A5BE) is unknown color: approx Shakespeare. HEX triplet: 66, A5 and BE. RGB value is (102,165,190). Sum of RGB (Red+Green+Blue) = 102+165+190=457 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.32% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #66A5BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A5BE is #995A41. Grayscale: #949494. Windows color (decimal): -10050114 or 12494182. OLE color: 12494182.

HSL color Cylindrical-coordinate representation of color #66A5BE: hue angle of 197.05º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66A5BE is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB102165190-
CMYK0.460.1300.25
HSL197.05º40.37%57.25%-
HSV(B)197.05º46.32%74.51%-
XYZ28.2333.4553.68-
YUV149.01151.1394.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.32%
GREEN value IS 165 (64.84% from 255) = 36.11%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=22.32%
G=36.11%
B=41.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021651900.460.1300.25197.0540.3757.25
Hex66A5BE2ED019c52839
Octal14624527656150313055071
Binary11001101010010110111110101110110101100111000101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66A5BE; }

 p { color: rgb(102,165,190); }

 H1.HeaderClassName
 {
   color: #66A5BE;
 }
 .AnyTagClassName
 {
   color: #66A5BE;
 }
</style>
background-color css

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

 a { background-color: rgb(102,165,190); }

 div.DivClassName
 {
   background-color: #66A5BE;
 }
 .BgClassName
 {
   background-color: #66A5BE;
 }
</style>
border-color css

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

 span { border-color: rgb(102,165,190); }

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