Html Css Color HEX #6497AB Shakespeare

📋 copy color: '#6497AB'

red 100 ◦ green 151 ◦ blue 171

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

Shades of Shakespeare #6497AB

Tints of Shakespeare #6497AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.52%

R = 23.7%
G = 35.78%
B = 40.52%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6497AB (or 0x6497AB) is known color: Shakespeare. HEX triplet: 64, 97 and AB. RGB value is (100,151,171). Sum of RGB (Red+Green+Blue) = 100+151+171=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #6497AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6497AB is #9B6854. Grayscale: #898989. Windows color (decimal): -10184789 or 11245412. OLE color: 11245412.

HSL color Cylindrical-coordinate representation of color #6497AB: hue angle of 196.9º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6497AB is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 151 171 -
CMYK 0.42 0.12 0 0.33
HSL 196.9º 0.3% 0.53% -
HSV(B) 196.9º 0.42% 0.67% -
XYZ 23.67 27.78 42.64 -
YUV 138.03 146.6 100.87 -
System Red Green Blue C M Y K H S L
Decimal 100 151 171 0.42 0.12 0 0.33 196.9 0.3 0.53
Hex 64 97 AB 2A C 0 21 C5 1E 35
Octal 144 227 253 52 14 0 41 305 36 65
Binary 1100100 10010111 10101011 101010 1100 0 100001 11000101 11110 110101

Color Harmonies of #6497AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6497AB

Black with #6497AB

Text Example


Text Example

White with #6497AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6497AB; }

 p { color: rgb(100,151,171); }

 H1.HeaderClassName
 {
   color: #6497AB;
 }
 .AnyTagClassName
 {
   color: #6497AB;
 }
</style>

background-color css

<style>
 a { background-color: #6497AB; }

 a { background-color: rgb(100,151,171); }

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

border-color css

<style>
 span { border-color: #6497AB; }

 span { border-color: rgb(100,151,171); }

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