#6394BC

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

Shades of Shakespeare #6394BC

Tints of Shakespeare #6394BC

Color information

#6394BC (or 0x6394BC) is unknown color: approx Shakespeare. HEX triplet: 63, 94 and BC. RGB value is (99,148,188). Sum of RGB (Red+Green+Blue) = 99+148+188=435 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.76% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #6394BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6394BC is #9C6B43. Grayscale: #898989. Windows color (decimal): -10251076 or 12358755. OLE color: 12358755.

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

Color convert

RGB99148188-
CMYK0.470.2100.26
HSL206.97º39.91%56.27%-
HSV(B)206.97º47.34%73.73%-
XYZ24.8127.4651.57-
YUV137.91156.27100.25-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.76%
GREEN value IS 148 (58.20% from 255) = 34.02%
BLUE value IS 188 (73.83% from 255) = 43.22%
R=22.76%
G=34.02%
B=43.22%

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
Decimal991481880.470.2100.26206.9739.9156.27
Hex6394BC2F1501Acf2838
Octal14322427457250323175070
Binary110001110010100101111001011111010101101011001111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6394BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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