#6195AD

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

Shades of Shakespeare #6195AD

Tints of Shakespeare #6195AD

Color information

#6195AD (or 0x6195AD) is unknown color: approx Shakespeare. HEX triplet: 61, 95 and AD. RGB value is (97,149,173). Sum of RGB (Red+Green+Blue) = 97+149+173=419 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.15% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #6195AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6195AD is #9E6A52. Grayscale: #888888. Windows color (decimal): -10381907 or 11375969. OLE color: 11375969.

HSL color Cylindrical-coordinate representation of color #6195AD: hue angle of 198.95º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6195AD is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB97149173-
CMYK0.440.1400.32
HSL198.95º31.67%52.94%-
HSV(B)198.95º43.93%67.84%-
XYZ23.2227.0543.53-
YUV136.19148.77100.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.15%
GREEN value IS 149 (58.59% from 255) = 35.56%
BLUE value IS 173 (67.97% from 255) = 41.29%
R=23.15%
G=35.56%
B=41.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal971491730.440.1400.32198.9531.6752.94
Hex6195AD2CE020c72035
Octal14122525554160403074065
Binary110000110010101101011011011001110010000011000111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6195AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,149,173); }

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

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

 a { background-color: rgb(97,149,173); }

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

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

 span { border-color: rgb(97,149,173); }

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