#6699BC

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

Shades of Shakespeare #6699BC

Tints of Shakespeare #6699BC

Color information

#6699BC (or 0x6699BC) is unknown color: approx Shakespeare. HEX triplet: 66, 99 and BC. RGB value is (102,153,188). Sum of RGB (Red+Green+Blue) = 102+153+188=443 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.02% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #6699BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6699BC is #996643. Grayscale: #8D8D8D. Windows color (decimal): -10053188 or 12360038. OLE color: 12360038.

HSL color Cylindrical-coordinate representation of color #6699BC: hue angle of 204.42º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6699BC is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB102153188-
CMYK0.460.1900.26
HSL204.42º39.09%56.86%-
HSV(B)204.42º45.74%73.73%-
XYZ25.9529.2451.85-
YUV141.74154.199.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.02%
GREEN value IS 153 (60.16% from 255) = 34.54%
BLUE value IS 188 (73.83% from 255) = 42.44%
R=23.02%
G=34.54%
B=42.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021531880.460.1900.26204.4239.0956.86
Hex6699BC2E1301Acc2739
Octal14623127456230323144771
Binary110011010011001101111001011101001101101011001100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6699BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6699BC; }

 p { color: rgb(102,153,188); }

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

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

 a { background-color: rgb(102,153,188); }

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

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

 span { border-color: rgb(102,153,188); }

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