#6598AE

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

Shades of Shakespeare #6598AE

Tints of Shakespeare #6598AE

Color information

#6598AE (or 0x6598AE) is unknown color: approx Shakespeare. HEX triplet: 65, 98 and AE. RGB value is (101,152,174). Sum of RGB (Red+Green+Blue) = 101+152+174=427 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.65% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 174 - color contains mainly: blue. Hex color #6598AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6598AE is #9A6751. Grayscale: #8B8B8B. Windows color (decimal): -10118994 or 11442277. OLE color: 11442277.

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

Color convert

RGB101152174-
CMYK0.420.1300.32
HSL198.08º31.06%53.92%-
HSV(B)198.08º41.95%68.24%-
XYZ24.2428.2844.23-
YUV139.26147.6100.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.65%
GREEN value IS 152 (59.77% from 255) = 35.60%
BLUE value IS 174 (68.36% from 255) = 40.75%
R=23.65%
G=35.60%
B=40.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011521740.420.1300.32198.0831.0653.92
Hex6598AE2AD020c61f36
Octal14523025652150403063766
Binary11001011001100010101110101010110101000001100011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6598AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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