Html Css Color HEX #6C4FCE Slate Blue

📋 copy color: '#6C4FCE'

red 108 ◦ green 79 ◦ blue 206

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

Shades of Slate Blue #6C4FCE

Tints of Slate Blue #6C4FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.42%

R = 27.48%
G = 20.1%
B = 52.42%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C4FCE (or 0x6C4FCE) is known color: Slate Blue. HEX triplet: 6C, 4F and CE. RGB value is (108,79,206). Sum of RGB (Red+Green+Blue) = 108+79+206=393 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.48% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C4FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C4FCE is #93B031. Grayscale: #656565. Windows color (decimal): -9678898 or 13520748. OLE color: 13520748.

HSL color Cylindrical-coordinate representation of color #6C4FCE: hue angle of 253.7º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C4FCE is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 79 206 -
CMYK 0.48 0.62 0 0.19
HSL 253.7º 0.56% 0.56% -
HSV(B) 253.7º 0.62% 0.81% -
XYZ 20.12 13.24 59.89 -
YUV 102.15 186.61 132.17 -
System Red Green Blue C M Y K H S L
Decimal 108 79 206 0.48 0.62 0 0.19 253.7 0.56 0.56
Hex 6C 4F CE 30 3E 0 13 FE 38 38
Octal 154 117 316 60 76 0 23 376 70 70
Binary 1101100 1001111 11001110 110000 111110 0 10011 11111110 111000 111000

Color Harmonies of #6C4FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4FCE

Black with #6C4FCE

Text Example


Text Example

White with #6C4FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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