Html Css Color HEX #6461DB Slate Blue

📋 copy color: '#6461DB'

red 100 ◦ green 97 ◦ blue 219

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

Shades of Slate Blue #6461DB

Tints of Slate Blue #6461DB

RGB

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

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

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

R = 24.04%
G = 23.32%
B = 52.64%

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

#6461DB (or 0x6461DB) is known color: Slate Blue. HEX triplet: 64, 61 and DB. RGB value is (100,97,219). Sum of RGB (Red+Green+Blue) = 100+97+219=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #6461DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6461DB is #9B9E24. Grayscale: #6F6F6F. Windows color (decimal): -10198565 or 14377316. OLE color: 14377316.

HSL color Cylindrical-coordinate representation of color #6461DB: hue angle of 241.48º 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 #6461DB is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 97 219 -
CMYK 0.54 0.56 0 0.14
HSL 241.48º 0.63% 0.62% -
HSV(B) 241.48º 0.56% 0.86% -
XYZ 22.32 16.37 69 -
YUV 111.81 188.49 119.58 -
System Red Green Blue C M Y K H S L
Decimal 100 97 219 0.54 0.56 0 0.14 241.48 0.63 0.62
Hex 64 61 DB 36 38 0 E F1 3F 3E
Octal 144 141 333 66 70 0 16 361 77 76
Binary 1100100 1100001 11011011 110110 111000 0 1110 11110001 111111 111110

Color Harmonies of #6461DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6461DB

Black with #6461DB

Text Example


Text Example

White with #6461DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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