Html Css Color HEX #6C46CA Slate Blue

📋 copy color: '#6C46CA'

red 108 ◦ green 70 ◦ blue 202

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

Shades of Slate Blue #6C46CA

Tints of Slate Blue #6C46CA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.42%

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

R = 28.42%
G = 18.42%
B = 53.16%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6C46CA (or 0x6C46CA) is known color: Slate Blue. HEX triplet: 6C, 46 and CA. RGB value is (108,70,202). Sum of RGB (Red+Green+Blue) = 108+70+202=380 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.42% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C46CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C46CA is #93B935. Grayscale: #5F5F5F. Windows color (decimal): -9681206 or 13256300. OLE color: 13256300.

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

Color convert

RGB 108 70 202 -
CMYK 0.47 0.65 0 0.21
HSL 257.27º 0.55% 0.53% -
HSV(B) 257.27º 0.65% 0.79% -
XYZ 19.04 11.83 57.16 -
YUV 96.41 187.59 136.27 -
System Red Green Blue C M Y K H S L
Decimal 108 70 202 0.47 0.65 0 0.21 257.27 0.55 0.53
Hex 6C 46 CA 2F 41 0 15 101 37 35
Octal 154 106 312 57 101 0 25 401 67 65
Binary 1101100 1000110 11001010 101111 1000001 0 10101 100000001 110111 110101

Color Harmonies of #6C46CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C46CA

Black with #6C46CA

Text Example


Text Example

White with #6C46CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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