#6699C4

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

Shades of Shakespeare #6699C4

Tints of Shakespeare #6699C4

Color information

#6699C4 (or 0x6699C4) is unknown color: approx Shakespeare. HEX triplet: 66, 99 and C4. RGB value is (102,153,196). Sum of RGB (Red+Green+Blue) = 102+153+196=451 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.62% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 196 (76.95% from 255 or 43.46% from 451); Max value from RGB is 196 - color contains mainly: blue. Hex color #6699C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6699C4 is #99663B. Grayscale: #8E8E8E. Windows color (decimal): -10053180 or 12884326. OLE color: 12884326.

HSL color Cylindrical-coordinate representation of color #6699C4: hue angle of 207.45º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6699C4 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB102153196-
CMYK0.480.2200.23
HSL207.45º44.34%58.43%-
HSV(B)207.45º47.96%76.86%-
XYZ26.8329.5956.52-
YUV142.65158.199-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.62%
GREEN value IS 153 (60.16% from 255) = 33.92%
BLUE value IS 196 (76.95% from 255) = 43.46%
R=22.62%
G=33.92%
B=43.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1021531960.480.2200.23207.4544.3458.43
Hex6699C43016017cf2c3a
Octal14623130460260273175472
Binary110011010011001110001001100001011001011111001111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6699C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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