Html Css Color HEX #6496AD Shakespeare

📋 copy color: '#6496AD'

red 100 ◦ green 150 ◦ blue 173

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

Shades of Shakespeare #6496AD

Tints of Shakespeare #6496AD

RGB

 RED value IS 100 (39.45% from 255) = 23.64%

 GREEN value IS 150 (58.98% from 255) = 35.46%

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

R = 23.64%
G = 35.46%
B = 40.9%

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

#6496AD (or 0x6496AD) is known color: Shakespeare. HEX triplet: 64, 96 and AD. RGB value is (100,150,173). Sum of RGB (Red+Green+Blue) = 100+150+173=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 150 (58.98% from 255 or 35.46% 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 #6496AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6496AD is #9B6952. Grayscale: #898989. Windows color (decimal): -10185043 or 11376228. OLE color: 11376228.

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

Color convert

RGB 100 150 173 -
CMYK 0.42 0.13 0 0.32
HSL 198.9º 0.31% 0.54% -
HSV(B) 198.9º 0.42% 0.68% -
XYZ 23.7 27.54 43.6 -
YUV 137.67 147.94 101.13 -
System Red Green Blue C M Y K H S L
Decimal 100 150 173 0.42 0.13 0 0.32 198.9 0.31 0.54
Hex 64 96 AD 2A D 0 20 C7 1F 36
Octal 144 226 255 52 15 0 40 307 37 66
Binary 1100100 10010110 10101101 101010 1101 0 100000 11000111 11111 110110

Color Harmonies of #6496AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6496AD

Black with #6496AD

Text Example


Text Example

White with #6496AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,150,173); }

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

background-color css

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

 a { background-color: rgb(100,150,173); }

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

border-color css

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

 span { border-color: rgb(100,150,173); }

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