#6594AF

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

Shades of Shakespeare #6594AF

Tints of Shakespeare #6594AF

Color information

#6594AF (or 0x6594AF) is unknown color: approx Shakespeare. HEX triplet: 65, 94 and AF. RGB value is (101,148,175). Sum of RGB (Red+Green+Blue) = 101+148+175=424 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.82% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #6594AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6594AF is #9A6B50. Grayscale: #888888. Windows color (decimal): -10120017 or 11506789. OLE color: 11506789.

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

Color convert

RGB101148175-
CMYK0.420.1500.31
HSL201.89º31.62%54.12%-
HSV(B)201.89º42.29%68.63%-
XYZ23.6927.0444.53-
YUV137.02149.43102.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.82%
GREEN value IS 148 (58.20% from 255) = 34.91%
BLUE value IS 175 (68.75% from 255) = 41.27%
R=23.82%
G=34.91%
B=41.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011481750.420.1500.31201.8931.6254.12
Hex6594AF2AF01Fca2036
Octal14522425752170373124066
Binary11001011001010010101111101010111101111111001010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6594AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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