#6498AE

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

Shades of Shakespeare #6498AE

Tints of Shakespeare #6498AE

Color information

#6498AE (or 0x6498AE) is unknown color: approx Shakespeare. HEX triplet: 64, 98 and AE. RGB value is (100,152,174). Sum of RGB (Red+Green+Blue) = 100+152+174=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #6498AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6498AE is #9B6751. Grayscale: #8A8A8A. Windows color (decimal): -10184530 or 11442276. OLE color: 11442276.

HSL color Cylindrical-coordinate representation of color #6498AE: hue angle of 197.84º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6498AE is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB100152174-
CMYK0.430.1300.32
HSL197.84º31.36%53.73%-
HSV(B)197.84º42.53%68.24%-
XYZ24.1228.2244.22-
YUV138.96147.77100.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.47%
GREEN value IS 152 (59.77% from 255) = 35.68%
BLUE value IS 174 (68.36% from 255) = 40.85%
R=23.47%
G=35.68%
B=40.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001521740.430.1300.32197.8431.3653.73
Hex6498AE2BD020c61f36
Octal14423025653150403063766
Binary11001001001100010101110101011110101000001100011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6498AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6498AE; }

 p { color: rgb(100,152,174); }

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

<style>
 a { background-color: #6498AE; }

 a { background-color: rgb(100,152,174); }

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

<style>
 span { border-color: #6498AE; }

 span { border-color: rgb(100,152,174); }

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