Html Css Color HEX #6C4FDA Slate Blue

📋 copy color: '#6C4FDA'

red 108 ◦ green 79 ◦ blue 218

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

Shades of Slate Blue #6C4FDA

Tints of Slate Blue #6C4FDA

RGB

 RED value IS 108 (42.58% from 255) = 26.67%

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

 BLUE value IS 218 (85.55% from 255) = 53.83%

R = 26.67%
G = 19.51%
B = 53.83%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6C4FDA (or 0x6C4FDA) is known color: Slate Blue. HEX triplet: 6C, 4F and DA. RGB value is (108,79,218). Sum of RGB (Red+Green+Blue) = 108+79+218=405 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.67% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #6C4FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C4FDA is #93B025. Grayscale: #666666. Windows color (decimal): -9678886 or 14307180. OLE color: 14307180.

HSL color Cylindrical-coordinate representation of color #6C4FDA: hue angle of 252.52º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C4FDA is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 108 79 218 -
CMYK 0.50 0.64 0 0.15
HSL 252.52º 0.65% 0.58% -
HSV(B) 252.52º 0.64% 0.85% -
XYZ 21.64 13.84 67.86 -
YUV 103.52 192.61 131.2 -
System Red Green Blue C M Y K H S L
Decimal 108 79 218 0.50 0.64 0 0.15 252.52 0.65 0.58
Hex 6C 4F DA 32 40 0 F FD 41 3A
Octal 154 117 332 62 100 0 17 375 101 72
Binary 1101100 1001111 11011010 110010 1000000 0 1111 11111101 1000001 111010

Color Harmonies of #6C4FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4FDA

Black with #6C4FDA

Text Example


Text Example

White with #6C4FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,79,218); }

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

background-color css

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

 a { background-color: rgb(108,79,218); }

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

border-color css

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

 span { border-color: rgb(108,79,218); }

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