Html Css Color HEX #6C4AEA Slate Blue

📋 copy color: '#6C4AEA'

red 108 ◦ green 74 ◦ blue 234

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

Shades of Slate Blue #6C4AEA

Tints of Slate Blue #6C4AEA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.79%

 BLUE value IS 234 (91.8% from 255) = 56.25%

R = 25.96%
G = 17.79%
B = 56.25%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6C4AEA (or 0x6C4AEA) is known color: Slate Blue. HEX triplet: 6C, 4A and EA. RGB value is (108,74,234). Sum of RGB (Red+Green+Blue) = 108+74+234=416 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.96% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #6C4AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C4AEA is #93B515. Grayscale: #656565. Windows color (decimal): -9680150 or 15354476. OLE color: 15354476.

HSL color Cylindrical-coordinate representation of color #6C4AEA: hue angle of 252.75º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C4AEA is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 108 74 234 -
CMYK 0.54 0.68 0 0.08
HSL 252.75º 0.79% 0.6% -
HSV(B) 252.75º 0.68% 0.92% -
XYZ 23.48 14.03 79.31 -
YUV 102.41 202.26 131.99 -
System Red Green Blue C M Y K H S L
Decimal 108 74 234 0.54 0.68 0 0.08 252.75 0.79 0.6
Hex 6C 4A EA 36 44 0 8 FD 4F 3C
Octal 154 112 352 66 104 0 10 375 117 74
Binary 1101100 1001010 11101010 110110 1000100 0 1000 11111101 1001111 111100

Color Harmonies of #6C4AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4AEA

Black with #6C4AEA

Text Example


Text Example

White with #6C4AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,74,234); }

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

background-color css

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

 a { background-color: rgb(108,74,234); }

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

border-color css

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

 span { border-color: rgb(108,74,234); }

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