Html Css Color HEX #6560E1 Slate Blue

📋 copy color: '#6560E1'

red 101 ◦ green 96 ◦ blue 225

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

Shades of Slate Blue #6560E1

Tints of Slate Blue #6560E1

RGB

 RED value IS 101 (39.84% from 255) = 23.93%

 GREEN value IS 96 (37.89% from 255) = 22.75%

 BLUE value IS 225 (88.28% from 255) = 53.32%

R = 23.93%
G = 22.75%
B = 53.32%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6560E1 (or 0x6560E1) is known color: Slate Blue. HEX triplet: 65, 60 and E1. RGB value is (101,96,225). Sum of RGB (Red+Green+Blue) = 101+96+225=422 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.93% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 225 (88.28% from 255 or 53.32% from 422); Max value from RGB is 225 - color contains mainly: blue. Hex color #6560E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6560E1 is #9A9F1E. Grayscale: #6F6F6F. Windows color (decimal): -10133279 or 14770277. OLE color: 14770277.

HSL color Cylindrical-coordinate representation of color #6560E1: hue angle of 242.33º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6560E1 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 101 96 225 -
CMYK 0.55 0.57 0 0.12
HSL 242.33º 0.68% 0.63% -
HSV(B) 242.33º 0.57% 0.88% -
XYZ 23.14 16.57 73.21 -
YUV 112.2 191.66 120.01 -
System Red Green Blue C M Y K H S L
Decimal 101 96 225 0.55 0.57 0 0.12 242.33 0.68 0.63
Hex 65 60 E1 37 39 0 C F2 44 3F
Octal 145 140 341 67 71 0 14 362 104 77
Binary 1100101 1100000 11100001 110111 111001 0 1100 11110010 1000100 111111

Color Harmonies of #6560E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6560E1

Black with #6560E1

Text Example


Text Example

White with #6560E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6560E1; }

 p { color: rgb(101,96,225); }

 H1.HeaderClassName
 {
   color: #6560E1;
 }
 .AnyTagClassName
 {
   color: #6560E1;
 }
</style>

background-color css

<style>
 a { background-color: #6560E1; }

 a { background-color: rgb(101,96,225); }

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

border-color css

<style>
 span { border-color: #6560E1; }

 span { border-color: rgb(101,96,225); }

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