Html Css Color HEX #6A4FE1 Slate Blue

📋 copy color: '#6A4FE1'

red 106 ◦ green 79 ◦ blue 225

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

Shades of Slate Blue #6A4FE1

Tints of Slate Blue #6A4FE1

RGB

 RED value IS 106 (41.8% from 255) = 25.85%

 GREEN value IS 79 (31.25% from 255) = 19.27%

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

R = 25.85%
G = 19.27%
B = 54.88%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6A4FE1 (or 0x6A4FE1) is known color: Slate Blue. HEX triplet: 6A, 4F and E1. RGB value is (106,79,225). Sum of RGB (Red+Green+Blue) = 106+79+225=410 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.85% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 225 (88.28% from 255 or 54.88% from 410); Max value from RGB is 225 - color contains mainly: blue. Hex color #6A4FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A4FE1 is #95B01E. Grayscale: #676767. Windows color (decimal): -9809951 or 14765930. OLE color: 14765930.

HSL color Cylindrical-coordinate representation of color #6A4FE1: hue angle of 251.1º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A4FE1 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 106 79 225 -
CMYK 0.53 0.65 0 0.12
HSL 251.1º 0.71% 0.6% -
HSV(B) 251.1º 0.65% 0.88% -
XYZ 22.33 14.09 72.78 -
YUV 103.72 196.45 129.63 -
System Red Green Blue C M Y K H S L
Decimal 106 79 225 0.53 0.65 0 0.12 251.1 0.71 0.6
Hex 6A 4F E1 35 41 0 C FB 47 3C
Octal 152 117 341 65 101 0 14 373 107 74
Binary 1101010 1001111 11100001 110101 1000001 0 1100 11111011 1000111 111100

Color Harmonies of #6A4FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4FE1

Black with #6A4FE1

Text Example


Text Example

White with #6A4FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A4FE1; }

 p { color: rgb(106,79,225); }

 H1.HeaderClassName
 {
   color: #6A4FE1;
 }
 .AnyTagClassName
 {
   color: #6A4FE1;
 }
</style>

background-color css

<style>
 a { background-color: #6A4FE1; }

 a { background-color: rgb(106,79,225); }

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

border-color css

<style>
 span { border-color: #6A4FE1; }

 span { border-color: rgb(106,79,225); }

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