Html Css Color HEX #6595AD Shakespeare

📋 copy color: '#6595AD'

red 101 ◦ green 149 ◦ blue 173

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

Shades of Shakespeare #6595AD

Tints of Shakespeare #6595AD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.22%

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

R = 23.88%
G = 35.22%
B = 40.9%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6595AD (or 0x6595AD) is known color: Shakespeare. HEX triplet: 65, 95 and AD. RGB value is (101,149,173). Sum of RGB (Red+Green+Blue) = 101+149+173=423 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.88% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #6595AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6595AD is #9A6A52. Grayscale: #898989. Windows color (decimal): -10119763 or 11375973. OLE color: 11375973.

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

Color convert

RGB 101 149 173 -
CMYK 0.42 0.14 0 0.32
HSL 200º 0.31% 0.54% -
HSV(B) 200º 0.42% 0.68% -
XYZ 23.66 27.28 43.55 -
YUV 137.38 148.1 102.05 -
System Red Green Blue C M Y K H S L
Decimal 101 149 173 0.42 0.14 0 0.32 200 0.31 0.54
Hex 65 95 AD 2A E 0 20 C8 1F 36
Octal 145 225 255 52 16 0 40 310 37 66
Binary 1100101 10010101 10101101 101010 1110 0 100000 11001000 11111 110110

Color Harmonies of #6595AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6595AD

Black with #6595AD

Text Example


Text Example

White with #6595AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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