#669AB1

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

Shades of Shakespeare #669AB1

Tints of Shakespeare #669AB1

Color information

#669AB1 (or 0x669AB1) is unknown color: approx Shakespeare. HEX triplet: 66, 9A and B1. RGB value is (102,154,177). Sum of RGB (Red+Green+Blue) = 102+154+177=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 177 - color contains mainly: blue. Hex color #669AB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669AB1 is #99654E. Grayscale: #8C8C8C. Windows color (decimal): -10052943 or 11639398. OLE color: 11639398.

HSL color Cylindrical-coordinate representation of color #669AB1: hue angle of 198.4º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #669AB1 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB102154177-
CMYK0.420.1300.31
HSL198.4º32.47%54.71%-
HSV(B)198.4º42.37%69.41%-
XYZ24.9729.1145.9-
YUV141.07148.27100.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.56%
GREEN value IS 154 (60.55% from 255) = 35.57%
BLUE value IS 177 (69.53% from 255) = 40.88%
R=23.56%
G=35.57%
B=40.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021541770.420.1300.31198.432.4754.71
Hex669AB12AD01Fc62037
Octal14623226152150373064067
Binary11001101001101010110001101010110101111111000110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669AB1; }

 p { color: rgb(102,154,177); }

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

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

 a { background-color: rgb(102,154,177); }

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

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

 span { border-color: rgb(102,154,177); }

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