Html Css Color HEX #6C4CE6 Slate Blue

📋 copy color: '#6C4CE6'

red 108 ◦ green 76 ◦ blue 230

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

Shades of Slate Blue #6C4CE6

Tints of Slate Blue #6C4CE6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.36%

 BLUE value IS 230 (90.23% from 255) = 55.56%

R = 26.09%
G = 18.36%
B = 55.56%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6C4CE6 (or 0x6C4CE6) is known color: Slate Blue. HEX triplet: 6C, 4C and E6. RGB value is (108,76,230). Sum of RGB (Red+Green+Blue) = 108+76+230=414 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.09% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 230 (90.23% from 255 or 55.56% from 414); Max value from RGB is 230 - color contains mainly: blue. Hex color #6C4CE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C4CE6 is #93B319. Grayscale: #666666. Windows color (decimal): -9679642 or 15092844. OLE color: 15092844.

HSL color Cylindrical-coordinate representation of color #6C4CE6: hue angle of 252.47º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C4CE6 is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 108 76 230 -
CMYK 0.53 0.67 0 0.10
HSL 252.47º 0.75% 0.6% -
HSV(B) 252.47º 0.67% 0.9% -
XYZ 23.05 14.07 76.36 -
YUV 103.12 199.6 131.48 -
System Red Green Blue C M Y K H S L
Decimal 108 76 230 0.53 0.67 0 0.10 252.47 0.75 0.6
Hex 6C 4C E6 35 43 0 A FC 4B 3C
Octal 154 114 346 65 103 0 12 374 113 74
Binary 1101100 1001100 11100110 110101 1000011 0 1010 11111100 1001011 111100

Color Harmonies of #6C4CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4CE6

Black with #6C4CE6

Text Example


Text Example

White with #6C4CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,76,230); }

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

background-color css

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

 a { background-color: rgb(108,76,230); }

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

border-color css

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

 span { border-color: rgb(108,76,230); }

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