Html Css Color HEX #6441DF Slate Blue

📋 copy color: '#6441DF'

red 100 ◦ green 65 ◦ blue 223

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

Shades of Slate Blue #6441DF

Tints of Slate Blue #6441DF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.75%

 BLUE value IS 223 (87.5% from 255) = 57.47%

R = 25.77%
G = 16.75%
B = 57.47%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6441DF (or 0x6441DF) is known color: Slate Blue. HEX triplet: 64, 41 and DF. RGB value is (100,65,223). Sum of RGB (Red+Green+Blue) = 100+65+223=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #6441DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6441DF is #9BBE20. Grayscale: #5C5C5C. Windows color (decimal): -10206753 or 14631268. OLE color: 14631268.

HSL color Cylindrical-coordinate representation of color #6441DF: hue angle of 253.29º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6441DF is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 65 223 -
CMYK 0.55 0.71 0 0.13
HSL 253.29º 0.71% 0.56% -
HSV(B) 253.29º 0.71% 0.87% -
XYZ 20.47 11.82 71.01 -
YUV 93.48 201.1 132.65 -
System Red Green Blue C M Y K H S L
Decimal 100 65 223 0.55 0.71 0 0.13 253.29 0.71 0.56
Hex 64 41 DF 37 47 0 D FD 47 38
Octal 144 101 337 67 107 0 15 375 107 70
Binary 1100100 1000001 11011111 110111 1000111 0 1101 11111101 1000111 111000

Color Harmonies of #6441DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6441DF

Black with #6441DF

Text Example


Text Example

White with #6441DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6441DF; }

 p { color: rgb(100,65,223); }

 H1.HeaderClassName
 {
   color: #6441DF;
 }
 .AnyTagClassName
 {
   color: #6441DF;
 }
</style>

background-color css

<style>
 a { background-color: #6441DF; }

 a { background-color: rgb(100,65,223); }

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

border-color css

<style>
 span { border-color: #6441DF; }

 span { border-color: rgb(100,65,223); }

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