#6392BA

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

Shades of Shakespeare #6392BA

Tints of Shakespeare #6392BA

Color information

#6392BA (or 0x6392BA) is unknown color: approx Shakespeare. HEX triplet: 63, 92 and BA. RGB value is (99,146,186). Sum of RGB (Red+Green+Blue) = 99+146+186=431 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.97% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #6392BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6392BA is #9C6D45. Grayscale: #888888. Windows color (decimal): -10251590 or 12227171. OLE color: 12227171.

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

Color convert

RGB99146186-
CMYK0.470.2200.27
HSL207.59º38.67%55.88%-
HSV(B)207.59º46.77%72.94%-
XYZ24.2926.7650.34-
YUV136.51155.93101.25-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.97%
GREEN value IS 146 (57.42% from 255) = 33.87%
BLUE value IS 186 (73.05% from 255) = 43.16%
R=22.97%
G=33.87%
B=43.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal991461860.470.2200.27207.5938.6755.88
Hex6392BA2F1601Bd02738
Octal14322227257260333204770
Binary110001110010010101110101011111011001101111010000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6392BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6392BA; }

 p { color: rgb(99,146,186); }

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

<style>
 a { background-color: #6392BA; }

 a { background-color: rgb(99,146,186); }

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

<style>
 span { border-color: #6392BA; }

 span { border-color: rgb(99,146,186); }

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