Html Css Color HEX #6561E1 Slate Blue

📋 copy color: '#6561E1'

red 101 ◦ green 97 ◦ blue 225

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

Shades of Slate Blue #6561E1

Tints of Slate Blue #6561E1

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.93%

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

R = 23.88%
G = 22.93%
B = 53.19%

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

#6561E1 (or 0x6561E1) is known color: Slate Blue. HEX triplet: 65, 61 and E1. RGB value is (101,97,225). Sum of RGB (Red+Green+Blue) = 101+97+225=423 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.88% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 225 (88.28% from 255 or 53.19% from 423); Max value from RGB is 225 - color contains mainly: blue. Hex color #6561E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6561E1 is #9A9E1E. Grayscale: #707070. Windows color (decimal): -10133023 or 14770533. OLE color: 14770533.

HSL color Cylindrical-coordinate representation of color #6561E1: hue angle of 241.88º 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 #6561E1 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 101 97 225 -
CMYK 0.55 0.57 0 0.12
HSL 241.88º 0.68% 0.63% -
HSV(B) 241.88º 0.57% 0.88% -
XYZ 23.23 16.75 73.24 -
YUV 112.79 191.33 119.59 -
System Red Green Blue C M Y K H S L
Decimal 101 97 225 0.55 0.57 0 0.12 241.88 0.68 0.63
Hex 65 61 E1 37 39 0 C F2 44 3F
Octal 145 141 341 67 71 0 14 362 104 77
Binary 1100101 1100001 11100001 110111 111001 0 1100 11110010 1000100 111111

Color Harmonies of #6561E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6561E1

Black with #6561E1

Text Example


Text Example

White with #6561E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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