#6395BB

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

Shades of Shakespeare #6395BB

Tints of Shakespeare #6395BB

Color information

#6395BB (or 0x6395BB) is unknown color: approx Shakespeare. HEX triplet: 63, 95 and BB. RGB value is (99,149,187). Sum of RGB (Red+Green+Blue) = 99+149+187=435 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.76% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #6395BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6395BB is #9C6A44. Grayscale: #8A8A8A. Windows color (decimal): -10250821 or 12293475. OLE color: 12293475.

HSL color Cylindrical-coordinate representation of color #6395BB: hue angle of 205.91º 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 #6395BB is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB99149187-
CMYK0.470.2000.27
HSL205.91º39.29%56.08%-
HSV(B)205.91º47.06%73.33%-
XYZ24.8627.7451.06-
YUV138.38155.4499.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.76%
GREEN value IS 149 (58.59% from 255) = 34.25%
BLUE value IS 187 (73.44% from 255) = 42.99%
R=22.76%
G=34.25%
B=42.99%

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
Decimal991491870.470.2000.27205.9139.2956.08
Hex6395BB2F1401Bce2738
Octal14322527357240333164770
Binary110001110010101101110111011111010001101111001110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6395BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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