#6097AD

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

Shades of Shakespeare #6097AD

Tints of Shakespeare #6097AD

Color information

#6097AD (or 0x6097AD) is unknown color: approx Shakespeare. HEX triplet: 60, 97 and AD. RGB value is (96,151,173). Sum of RGB (Red+Green+Blue) = 96+151+173=420 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.86% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #6097AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6097AD is #9F6852. Grayscale: #888888. Windows color (decimal): -10446931 or 11376480. OLE color: 11376480.

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

Color convert

RGB96151173-
CMYK0.450.1300.32
HSL197.14º31.95%52.75%-
HSV(B)197.14º44.51%67.84%-
XYZ23.4327.6443.63-
YUV137.06148.2898.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.86%
GREEN value IS 151 (59.38% from 255) = 35.95%
BLUE value IS 173 (67.97% from 255) = 41.19%
R=22.86%
G=35.95%
B=41.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal961511730.450.1300.32197.1431.9552.75
Hex6097AD2DD020c52035
Octal14022725555150403054065
Binary110000010010111101011011011011101010000011000101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6097AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,151,173); }

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

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

 a { background-color: rgb(96,151,173); }

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

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

 span { border-color: rgb(96,151,173); }

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