#6395BC

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

Shades of Shakespeare #6395BC

Tints of Shakespeare #6395BC

Color information

#6395BC (or 0x6395BC) is unknown color: approx Shakespeare. HEX triplet: 63, 95 and BC. RGB value is (99,149,188). Sum of RGB (Red+Green+Blue) = 99+149+188=436 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.71% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #6395BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6395BC is #9C6A43. Grayscale: #8A8A8A. Windows color (decimal): -10250820 or 12359011. OLE color: 12359011.

HSL color Cylindrical-coordinate representation of color #6395BC: hue angle of 206.29º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6395BC is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB99149188-
CMYK0.470.2100.26
HSL206.29º39.91%56.27%-
HSV(B)206.29º47.34%73.73%-
XYZ24.9727.7851.62-
YUV138.5155.9499.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.71%
GREEN value IS 149 (58.59% from 255) = 34.17%
BLUE value IS 188 (73.83% from 255) = 43.12%
R=22.71%
G=34.17%
B=43.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991491880.470.2100.26206.2939.9156.27
Hex6395BC2F1501Ace2838
Octal14322527457250323165070
Binary110001110010101101111001011111010101101011001110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6395BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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