#6396BB

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

Shades of Shakespeare #6396BB

Tints of Shakespeare #6396BB

Color information

#6396BB (or 0x6396BB) is unknown color: approx Shakespeare. HEX triplet: 63, 96 and BB. RGB value is (99,150,187). Sum of RGB (Red+Green+Blue) = 99+150+187=436 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.71% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #6396BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6396BB is #9C6944. Grayscale: #8A8A8A. Windows color (decimal): -10250565 or 12293731. OLE color: 12293731.

HSL color Cylindrical-coordinate representation of color #6396BB: hue angle of 205.23º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6396BB is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB99150187-
CMYK0.470.2000.27
HSL205.23º39.29%56.08%-
HSV(B)205.23º47.06%73.33%-
XYZ25.0228.0551.11-
YUV138.97155.199.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.71%
GREEN value IS 150 (58.98% from 255) = 34.40%
BLUE value IS 187 (73.44% from 255) = 42.89%
R=22.71%
G=34.40%
B=42.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal991501870.470.2000.27205.2339.2956.08
Hex6396BB2F1401Bcd2738
Octal14322627357240333154770
Binary110001110010110101110111011111010001101111001101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6396BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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