Html Css Color HEX #6C4CE0 Slate Blue

📋 copy color: '#6C4CE0'

red 108 ◦ green 76 ◦ blue 224

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

Shades of Slate Blue #6C4CE0

Tints of Slate Blue #6C4CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 54.9%

R = 26.47%
G = 18.63%
B = 54.9%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6C4CE0 (or 0x6C4CE0) is known color: Slate Blue. HEX triplet: 6C, 4C and E0. RGB value is (108,76,224). Sum of RGB (Red+Green+Blue) = 108+76+224=408 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.47% from 408); Green value is 76 (30.08% from 255 or 18.63% from 408); Blue value is 224 (87.89% from 255 or 54.90% from 408); Max value from RGB is 224 - color contains mainly: blue. Hex color #6C4CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C4CE0 is #93B31F. Grayscale: #656565. Windows color (decimal): -9679648 or 14699628. OLE color: 14699628.

HSL color Cylindrical-coordinate representation of color #6C4CE0: hue angle of 252.97º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C4CE0 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 108 76 224 -
CMYK 0.52 0.66 0 0.12
HSL 252.97º 0.7% 0.59% -
HSV(B) 252.97º 0.66% 0.88% -
XYZ 22.22 13.74 72 -
YUV 102.44 196.6 131.97 -
System Red Green Blue C M Y K H S L
Decimal 108 76 224 0.52 0.66 0 0.12 252.97 0.7 0.59
Hex 6C 4C E0 34 42 0 C FD 46 3B
Octal 154 114 340 64 102 0 14 375 106 73
Binary 1101100 1001100 11100000 110100 1000010 0 1100 11111101 1000110 111011

Color Harmonies of #6C4CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4CE0

Black with #6C4CE0

Text Example


Text Example

White with #6C4CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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