Html Css Color HEX #6495BA Shakespeare

📋 copy color: '#6495BA'

red 100 ◦ green 149 ◦ blue 186

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

Shades of Shakespeare #6495BA

Tints of Shakespeare #6495BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.76%

R = 22.99%
G = 34.25%
B = 42.76%

CMYK

 C value IS 0.46

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6495BA (or 0x6495BA) is known color: Shakespeare. HEX triplet: 64, 95 and BA. RGB value is (100,149,186). Sum of RGB (Red+Green+Blue) = 100+149+186=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #6495BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6495BA is #9B6A45. Grayscale: #8A8A8A. Windows color (decimal): -10185286 or 12227940. OLE color: 12227940.

HSL color Cylindrical-coordinate representation of color #6495BA: hue angle of 205.81º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6495BA is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 149 186 -
CMYK 0.46 0.20 0 0.27
HSL 205.81º 0.38% 0.56% -
HSV(B) 205.81º 0.46% 0.73% -
XYZ 24.87 27.75 50.5 -
YUV 138.57 154.77 100.49 -
System Red Green Blue C M Y K H S L
Decimal 100 149 186 0.46 0.20 0 0.27 205.81 0.38 0.56
Hex 64 95 BA 2E 14 0 1B CE 26 38
Octal 144 225 272 56 24 0 33 316 46 70
Binary 1100100 10010101 10111010 101110 10100 0 11011 11001110 100110 111000

Color Harmonies of #6495BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6495BA

Black with #6495BA

Text Example


Text Example

White with #6495BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6495BA; }

 p { color: rgb(100,149,186); }

 H1.HeaderClassName
 {
   color: #6495BA;
 }
 .AnyTagClassName
 {
   color: #6495BA;
 }
</style>

background-color css

<style>
 a { background-color: #6495BA; }

 a { background-color: rgb(100,149,186); }

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

border-color css

<style>
 span { border-color: #6495BA; }

 span { border-color: rgb(100,149,186); }

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