Html Css Color HEX #6C4DCE Slate Blue

📋 copy color: '#6C4DCE'

red 108 ◦ green 77 ◦ blue 206

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

Shades of Slate Blue #6C4DCE

Tints of Slate Blue #6C4DCE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.69%

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

R = 27.62%
G = 19.69%
B = 52.69%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C4DCE (or 0x6C4DCE) is known color: Slate Blue. HEX triplet: 6C, 4D and CE. RGB value is (108,77,206). Sum of RGB (Red+Green+Blue) = 108+77+206=391 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.62% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C4DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C4DCE is #93B231. Grayscale: #646464. Windows color (decimal): -9679410 or 13520236. OLE color: 13520236.

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

Color convert

RGB 108 77 206 -
CMYK 0.48 0.63 0 0.19
HSL 254.42º 0.57% 0.55% -
HSV(B) 254.42º 0.63% 0.81% -
XYZ 19.98 12.95 59.84 -
YUV 100.98 187.27 133.01 -
System Red Green Blue C M Y K H S L
Decimal 108 77 206 0.48 0.63 0 0.19 254.42 0.57 0.55
Hex 6C 4D CE 30 3F 0 13 FE 39 37
Octal 154 115 316 60 77 0 23 376 71 67
Binary 1101100 1001101 11001110 110000 111111 0 10011 11111110 111001 110111

Color Harmonies of #6C4DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4DCE

Black with #6C4DCE

Text Example


Text Example

White with #6C4DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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