#6294BE

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

Shades of Shakespeare #6294BE

Tints of Shakespeare #6294BE

Color information

#6294BE (or 0x6294BE) is unknown color: approx Shakespeare. HEX triplet: 62, 94 and BE. RGB value is (98,148,190). Sum of RGB (Red+Green+Blue) = 98+148+190=436 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.48% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #6294BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6294BE is #9D6B41. Grayscale: #898989. Windows color (decimal): -10316610 or 12489826. OLE color: 12489826.

HSL color Cylindrical-coordinate representation of color #6294BE: hue angle of 207.39º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6294BE is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB98148190-
CMYK0.480.2200.25
HSL207.39º41.44%56.47%-
HSV(B)207.39º48.42%74.51%-
XYZ24.9227.4952.71-
YUV137.84157.4499.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.48%
GREEN value IS 148 (58.20% from 255) = 33.94%
BLUE value IS 190 (74.61% from 255) = 43.58%
R=22.48%
G=33.94%
B=43.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal981481900.480.2200.25207.3941.4456.47
Hex6294BE3016019cf2938
Octal14222427660260313175170
Binary110001010010100101111101100001011001100111001111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6294BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6294BE; }

 p { color: rgb(98,148,190); }

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

<style>
 a { background-color: #6294BE; }

 a { background-color: rgb(98,148,190); }

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

<style>
 span { border-color: #6294BE; }

 span { border-color: rgb(98,148,190); }

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