Html Css Color HEX #6597AD Shakespeare

📋 copy color: '#6597AD'

red 101 ◦ green 151 ◦ blue 173

#6597AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shakespeare #6597AD

Tints of Shakespeare #6597AD

RGB

 RED value IS 101 (39.84% from 255) = 23.76%

 GREEN value IS 151 (59.38% from 255) = 35.53%

 BLUE value IS 173 (67.97% from 255) = 40.71%

R = 23.76%
G = 35.53%
B = 40.71%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6597AD (or 0x6597AD) is known color: Shakespeare. HEX triplet: 65, 97 and AD. RGB value is (101,151,173). Sum of RGB (Red+Green+Blue) = 101+151+173=425 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.76% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #6597AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6597AD is #9A6852. Grayscale: #8A8A8A. Windows color (decimal): -10119251 or 11376485. OLE color: 11376485.

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

Color convert

RGB 101 151 173 -
CMYK 0.42 0.13 0 0.32
HSL 198.33º 0.31% 0.54% -
HSV(B) 198.33º 0.42% 0.68% -
XYZ 23.98 27.92 43.66 -
YUV 138.56 147.44 101.21 -
System Red Green Blue C M Y K H S L
Decimal 101 151 173 0.42 0.13 0 0.32 198.33 0.31 0.54
Hex 65 97 AD 2A D 0 20 C6 1F 36
Octal 145 227 255 52 15 0 40 306 37 66
Binary 1100101 10010111 10101101 101010 1101 0 100000 11000110 11111 110110

Color Harmonies of #6597AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6597AD

Black with #6597AD

Text Example


Text Example

White with #6597AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6597AD;
 }
 .AnyTagClassName
 {
   color: #6597AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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