Html Css Color HEX #6C4FCA Slate Blue

📋 copy color: '#6C4FCA'

red 108 ◦ green 79 ◦ blue 202

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

Shades of Slate Blue #6C4FCA

Tints of Slate Blue #6C4FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.93%

R = 27.76%
G = 20.31%
B = 51.93%

CMYK

 C value IS 0.47

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6C4FCA (or 0x6C4FCA) is known color: Slate Blue. HEX triplet: 6C, 4F and CA. RGB value is (108,79,202). Sum of RGB (Red+Green+Blue) = 108+79+202=389 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.76% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C4FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C4FCA is #93B035. Grayscale: #656565. Windows color (decimal): -9678902 or 13258604. OLE color: 13258604.

HSL color Cylindrical-coordinate representation of color #6C4FCA: hue angle of 254.15º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C4FCA is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 108 79 202 -
CMYK 0.47 0.61 0 0.21
HSL 254.15º 0.54% 0.55% -
HSV(B) 254.15º 0.61% 0.79% -
XYZ 19.64 13.04 57.36 -
YUV 101.69 184.61 132.5 -
System Red Green Blue C M Y K H S L
Decimal 108 79 202 0.47 0.61 0 0.21 254.15 0.54 0.55
Hex 6C 4F CA 2F 3D 0 15 FE 36 37
Octal 154 117 312 57 75 0 25 376 66 67
Binary 1101100 1001111 11001010 101111 111101 0 10101 11111110 110110 110111

Color Harmonies of #6C4FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4FCA

Black with #6C4FCA

Text Example


Text Example

White with #6C4FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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