Html Css Color HEX #6442D1 Slate Blue

📋 copy color: '#6442D1'

red 100 ◦ green 66 ◦ blue 209

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

Shades of Slate Blue #6442D1

Tints of Slate Blue #6442D1

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.6%

 BLUE value IS 209 (82.03% from 255) = 55.73%

R = 26.67%
G = 17.6%
B = 55.73%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6442D1 (or 0x6442D1) is known color: Slate Blue. HEX triplet: 64, 42 and D1. RGB value is (100,66,209). Sum of RGB (Red+Green+Blue) = 100+66+209=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 209 (82.03% from 255 or 55.73% from 375); Max value from RGB is 209 - color contains mainly: blue. Hex color #6442D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6442D1 is #9BBD2E. Grayscale: #5B5B5B. Windows color (decimal): -10206511 or 13714020. OLE color: 13714020.

HSL color Cylindrical-coordinate representation of color #6442D1: hue angle of 254.27º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6442D1 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 66 209 -
CMYK 0.52 0.68 0 0.18
HSL 254.27º 0.61% 0.54% -
HSV(B) 254.27º 0.68% 0.82% -
XYZ 18.71 11.21 61.5 -
YUV 92.47 193.76 133.37 -
System Red Green Blue C M Y K H S L
Decimal 100 66 209 0.52 0.68 0 0.18 254.27 0.61 0.54
Hex 64 42 D1 34 44 0 12 FE 3D 36
Octal 144 102 321 64 104 0 22 376 75 66
Binary 1100100 1000010 11010001 110100 1000100 0 10010 11111110 111101 110110

Color Harmonies of #6442D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6442D1

Black with #6442D1

Text Example


Text Example

White with #6442D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6442D1; }

 p { color: rgb(100,66,209); }

 H1.HeaderClassName
 {
   color: #6442D1;
 }
 .AnyTagClassName
 {
   color: #6442D1;
 }
</style>

background-color css

<style>
 a { background-color: #6442D1; }

 a { background-color: rgb(100,66,209); }

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

border-color css

<style>
 span { border-color: #6442D1; }

 span { border-color: rgb(100,66,209); }

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