#6598AB

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

Shades of Shakespeare #6598AB

Tints of Shakespeare #6598AB

Color information

#6598AB (or 0x6598AB) is unknown color: approx Shakespeare. HEX triplet: 65, 98 and AB. RGB value is (101,152,171). Sum of RGB (Red+Green+Blue) = 101+152+171=424 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.82% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #6598AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6598AB is #9A6754. Grayscale: #8A8A8A. Windows color (decimal): -10118997 or 11245669. OLE color: 11245669.

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

Color convert

RGB101152171-
CMYK0.410.1100.33
HSL196.29º29.41%53.33%-
HSV(B)196.29º40.94%67.06%-
XYZ23.9528.1642.7-
YUV138.92146.1100.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.82%
GREEN value IS 152 (59.77% from 255) = 35.85%
BLUE value IS 171 (67.19% from 255) = 40.33%
R=23.82%
G=35.85%
B=40.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011521710.410.1100.33196.2929.4153.33
Hex6598AB29B021c41d35
Octal14523025351130413043565
Binary11001011001100010101011101001101101000011100010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6598AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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