Html Css Color HEX #6561DB Slate Blue

📋 copy color: '#6561DB'

red 101 ◦ green 97 ◦ blue 219

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

Shades of Slate Blue #6561DB

Tints of Slate Blue #6561DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.52%

R = 24.22%
G = 23.26%
B = 52.52%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6561DB (or 0x6561DB) is known color: Slate Blue. HEX triplet: 65, 61 and DB. RGB value is (101,97,219). Sum of RGB (Red+Green+Blue) = 101+97+219=417 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.22% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #6561DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6561DB is #9A9E24. Grayscale: #6F6F6F. Windows color (decimal): -10133029 or 14377317. OLE color: 14377317.

HSL color Cylindrical-coordinate representation of color #6561DB: hue angle of 241.97º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6561DB is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 97 219 -
CMYK 0.54 0.56 0 0.14
HSL 241.97º 0.63% 0.62% -
HSV(B) 241.97º 0.56% 0.86% -
XYZ 22.43 16.43 69.01 -
YUV 112.1 188.33 120.08 -
System Red Green Blue C M Y K H S L
Decimal 101 97 219 0.54 0.56 0 0.14 241.97 0.63 0.62
Hex 65 61 DB 36 38 0 E F2 3F 3E
Octal 145 141 333 66 70 0 16 362 77 76
Binary 1100101 1100001 11011011 110110 111000 0 1110 11110010 111111 111110

Color Harmonies of #6561DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6561DB

Black with #6561DB

Text Example


Text Example

White with #6561DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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