#6598AD

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

Shades of Shakespeare #6598AD

Tints of Shakespeare #6598AD

Color information

#6598AD (or 0x6598AD) is unknown color: approx Shakespeare. HEX triplet: 65, 98 and AD. RGB value is (101,152,173). Sum of RGB (Red+Green+Blue) = 101+152+173=426 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.71% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #6598AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6598AD is #9A6752. Grayscale: #8B8B8B. Windows color (decimal): -10118995 or 11376741. OLE color: 11376741.

HSL color Cylindrical-coordinate representation of color #6598AD: hue angle of 197.5º 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 #6598AD is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB101152173-
CMYK0.420.1200.32
HSL197.5º30.51%53.73%-
HSV(B)197.5º41.62%67.84%-
XYZ24.1428.2443.71-
YUV139.14147.1100.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.71%
GREEN value IS 152 (59.77% from 255) = 35.68%
BLUE value IS 173 (67.97% from 255) = 40.61%
R=23.71%
G=35.68%
B=40.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011521730.420.1200.32197.530.5153.73
Hex6598AD2AC020c61f36
Octal14523025552140403063766
Binary11001011001100010101101101010110001000001100011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6598AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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