#6496C1

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

Shades of Shakespeare #6496C1

Tints of Shakespeare #6496C1

Color information

#6496C1 (or 0x6496C1) is unknown color: approx Shakespeare. HEX triplet: 64, 96 and C1. RGB value is (100,150,193). Sum of RGB (Red+Green+Blue) = 100+150+193=443 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.57% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 193 - color contains mainly: blue. Hex color #6496C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6496C1 is #9B693E. Grayscale: #8B8B8B. Windows color (decimal): -10185023 or 12686948. OLE color: 12686948.

HSL color Cylindrical-coordinate representation of color #6496C1: hue angle of 207.74º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6496C1 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB100150193-
CMYK0.480.2200.24
HSL207.74º42.86%57.45%-
HSV(B)207.74º48.19%75.69%-
XYZ25.7928.3754.57-
YUV139.95157.9499.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.57%
GREEN value IS 150 (58.98% from 255) = 33.86%
BLUE value IS 193 (75.78% from 255) = 43.57%
R=22.57%
G=33.86%
B=43.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001501930.480.2200.24207.7442.8657.45
Hex6496C13016018d02b39
Octal14422630160260303205371
Binary110010010010110110000011100001011001100011010000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6496C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6496C1; }

 p { color: rgb(100,150,193); }

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

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

 a { background-color: rgb(100,150,193); }

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

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

 span { border-color: rgb(100,150,193); }

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