Html Css Color HEX #6C46EB Slate Blue

📋 copy color: '#6C46EB'

red 108 ◦ green 70 ◦ blue 235

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

Shades of Slate Blue #6C46EB

Tints of Slate Blue #6C46EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.9%

R = 26.15%
G = 16.95%
B = 56.9%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6C46EB (or 0x6C46EB) is known color: Slate Blue. HEX triplet: 6C, 46 and EB. RGB value is (108,70,235). Sum of RGB (Red+Green+Blue) = 108+70+235=413 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.15% from 413); Green value is 70 (27.73% from 255 or 16.95% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C46EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C46EB is #93B914. Grayscale: #636363. Windows color (decimal): -9681173 or 15418988. OLE color: 15418988.

HSL color Cylindrical-coordinate representation of color #6C46EB: hue angle of 253.82º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C46EB is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 108 70 235 -
CMYK 0.54 0.70 0 0.08
HSL 253.82º 0.8% 0.6% -
HSV(B) 253.82º 0.7% 0.92% -
XYZ 23.37 13.57 79.98 -
YUV 100.17 204.09 133.58 -
System Red Green Blue C M Y K H S L
Decimal 108 70 235 0.54 0.70 0 0.08 253.82 0.8 0.6
Hex 6C 46 EB 36 46 0 8 FE 50 3C
Octal 154 106 353 66 106 0 10 376 120 74
Binary 1101100 1000110 11101011 110110 1000110 0 1000 11111110 1010000 111100

Color Harmonies of #6C46EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C46EB

Black with #6C46EB

Text Example


Text Example

White with #6C46EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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