Html Css Color HEX #6495C1 Shakespeare

📋 copy color: '#6495C1'

red 100 ◦ green 149 ◦ blue 193

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

Shades of Shakespeare #6495C1

Tints of Shakespeare #6495C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.67%

R = 22.62%
G = 33.71%
B = 43.67%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6495C1 (or 0x6495C1) is known color: Shakespeare. HEX triplet: 64, 95 and C1. RGB value is (100,149,193). Sum of RGB (Red+Green+Blue) = 100+149+193=442 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.62% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 193 - color contains mainly: blue. Hex color #6495C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6495C1 is #9B6A3E. Grayscale: #8B8B8B. Windows color (decimal): -10185279 or 12686692. OLE color: 12686692.

HSL color Cylindrical-coordinate representation of color #6495C1: hue angle of 208.39º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6495C1 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 149 193 -
CMYK 0.48 0.23 0 0.24
HSL 208.39º 0.43% 0.57% -
HSV(B) 208.39º 0.48% 0.76% -
XYZ 25.63 28.05 54.52 -
YUV 139.37 158.27 99.92 -
System Red Green Blue C M Y K H S L
Decimal 100 149 193 0.48 0.23 0 0.24 208.39 0.43 0.57
Hex 64 95 C1 30 17 0 18 D0 2B 39
Octal 144 225 301 60 27 0 30 320 53 71
Binary 1100100 10010101 11000001 110000 10111 0 11000 11010000 101011 111001

Color Harmonies of #6495C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6495C1

Black with #6495C1

Text Example


Text Example

White with #6495C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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