#6396B4

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

Shades of Shakespeare #6396B4

Tints of Shakespeare #6396B4

Color information

#6396B4 (or 0x6396B4) is unknown color: approx Shakespeare. HEX triplet: 63, 96 and B4. RGB value is (99,150,180). Sum of RGB (Red+Green+Blue) = 99+150+180=429 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.08% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 180 - color contains mainly: blue. Hex color #6396B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6396B4 is #9C694B. Grayscale: #8A8A8A. Windows color (decimal): -10250572 or 11834979. OLE color: 11834979.

HSL color Cylindrical-coordinate representation of color #6396B4: hue angle of 202.22º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6396B4 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB99150180-
CMYK0.450.1700.29
HSL202.22º35.06%54.71%-
HSV(B)202.22º45%70.59%-
XYZ24.2927.7647.26-
YUV138.17151.6100.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.08%
GREEN value IS 150 (58.98% from 255) = 34.97%
BLUE value IS 180 (70.70% from 255) = 41.96%
R=23.08%
G=34.97%
B=41.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal991501800.450.1700.29202.2235.0654.71
Hex6396B42D1101Dca2337
Octal14322626455210353124367
Binary110001110010110101101001011011000101110111001010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6396B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6396B4; }

 p { color: rgb(99,150,180); }

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

<style>
 a { background-color: #6396B4; }

 a { background-color: rgb(99,150,180); }

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

<style>
 span { border-color: #6396B4; }

 span { border-color: rgb(99,150,180); }

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