#6295AB

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

Shades of Shakespeare #6295AB

Tints of Shakespeare #6295AB

Color information

#6295AB (or 0x6295AB) is unknown color: approx Shakespeare. HEX triplet: 62, 95 and AB. RGB value is (98,149,171). Sum of RGB (Red+Green+Blue) = 98+149+171=418 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.44% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #6295AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6295AB is #9D6A54. Grayscale: #888888. Windows color (decimal): -10316373 or 11244898. OLE color: 11244898.

HSL color Cylindrical-coordinate representation of color #6295AB: hue angle of 198.08º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6295AB is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB98149171-
CMYK0.430.1300.33
HSL198.08º30.29%52.75%-
HSV(B)198.08º42.69%67.06%-
XYZ23.1427.0342.53-
YUV136.26147.6100.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.44%
GREEN value IS 149 (58.59% from 255) = 35.65%
BLUE value IS 171 (67.19% from 255) = 40.91%
R=23.44%
G=35.65%
B=40.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981491710.430.1300.33198.0830.2952.75
Hex6295AB2BD021c61e35
Octal14222525353150413063665
Binary11000101001010110101011101011110101000011100011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6295AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6295AB; }

 p { color: rgb(98,149,171); }

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

<style>
 a { background-color: #6295AB; }

 a { background-color: rgb(98,149,171); }

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

<style>
 span { border-color: #6295AB; }

 span { border-color: rgb(98,149,171); }

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