#6393BC

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

Shades of Shakespeare #6393BC

Tints of Shakespeare #6393BC

Color information

#6393BC (or 0x6393BC) is unknown color: approx Shakespeare. HEX triplet: 63, 93 and BC. RGB value is (99,147,188). Sum of RGB (Red+Green+Blue) = 99+147+188=434 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.81% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #6393BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6393BC is #9C6C43. Grayscale: #898989. Windows color (decimal): -10251332 or 12358499. OLE color: 12358499.

HSL color Cylindrical-coordinate representation of color #6393BC: hue angle of 207.64º 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 #6393BC is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB99147188-
CMYK0.470.2200.26
HSL207.64º39.91%56.27%-
HSV(B)207.64º47.34%73.73%-
XYZ24.6627.1551.52-
YUV137.32156.6100.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.81%
GREEN value IS 147 (57.81% from 255) = 33.87%
BLUE value IS 188 (73.83% from 255) = 43.32%
R=22.81%
G=33.87%
B=43.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991471880.470.2200.26207.6439.9156.27
Hex6393BC2F1601Ad02838
Octal14322327457260323205070
Binary110001110010011101111001011111011001101011010000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6393BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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