#6594AD

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

Shades of Shakespeare #6594AD

Tints of Shakespeare #6594AD

Color information

#6594AD (or 0x6594AD) is unknown color: approx Shakespeare. HEX triplet: 65, 94 and AD. RGB value is (101,148,173). Sum of RGB (Red+Green+Blue) = 101+148+173=422 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.93% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #6594AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6594AD is #9A6B52. Grayscale: #888888. Windows color (decimal): -10120019 or 11375717. OLE color: 11375717.

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

Color convert

RGB101148173-
CMYK0.420.1400.32
HSL200.83º30.51%53.73%-
HSV(B)200.83º41.62%67.84%-
XYZ23.526.9643.5-
YUV136.8148.43102.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.93%
GREEN value IS 148 (58.20% from 255) = 35.07%
BLUE value IS 173 (67.97% from 255) = 41.00%
R=23.93%
G=35.07%
B=41.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011481730.420.1400.32200.8330.5153.73
Hex6594AD2AE020c91f36
Octal14522425552160403113766
Binary11001011001010010101101101010111001000001100100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6594AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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