Html Css Color HEX #6497AE Shakespeare

📋 copy color: '#6497AE'

red 100 ◦ green 151 ◦ blue 174

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

Shades of Shakespeare #6497AE

Tints of Shakespeare #6497AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.94%

R = 23.53%
G = 35.53%
B = 40.94%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6497AE (or 0x6497AE) is known color: Shakespeare. HEX triplet: 64, 97 and AE. RGB value is (100,151,174). Sum of RGB (Red+Green+Blue) = 100+151+174=425 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.53% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #6497AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6497AE is #9B6851. Grayscale: #8A8A8A. Windows color (decimal): -10184786 or 11442020. OLE color: 11442020.

HSL color Cylindrical-coordinate representation of color #6497AE: hue angle of 198.65º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6497AE is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 151 174 -
CMYK 0.43 0.13 0 0.32
HSL 198.65º 0.31% 0.54% -
HSV(B) 198.65º 0.43% 0.68% -
XYZ 23.96 27.9 44.17 -
YUV 138.37 148.1 100.63 -
System Red Green Blue C M Y K H S L
Decimal 100 151 174 0.43 0.13 0 0.32 198.65 0.31 0.54
Hex 64 97 AE 2B D 0 20 C7 1F 36
Octal 144 227 256 53 15 0 40 307 37 66
Binary 1100100 10010111 10101110 101011 1101 0 100000 11000111 11111 110110

Color Harmonies of #6497AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6497AE

Black with #6497AE

Text Example


Text Example

White with #6497AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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