Html Css Color HEX #6C3FEB Slate Blue

📋 copy color: '#6C3FEB'

red 108 ◦ green 63 ◦ blue 235

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

Shades of Slate Blue #6C3FEB

Tints of Slate Blue #6C3FEB

RGB

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

 GREEN value IS 63 (25% from 255) = 15.52%

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

R = 26.6%
G = 15.52%
B = 57.88%

CMYK

 C value IS 0.54

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6C3FEB (or 0x6C3FEB) is known color: Slate Blue. HEX triplet: 6C, 3F and EB. RGB value is (108,63,235). Sum of RGB (Red+Green+Blue) = 108+63+235=406 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.60% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 235 (92.19% from 255 or 57.88% from 406); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C3FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C3FEB is #93C014. Grayscale: #5F5F5F. Windows color (decimal): -9682965 or 15417196. OLE color: 15417196.

HSL color Cylindrical-coordinate representation of color #6C3FEB: hue angle of 255.7º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C3FEB is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 108 63 235 -
CMYK 0.54 0.73 0 0.08
HSL 255.7º 0.81% 0.58% -
HSV(B) 255.7º 0.73% 0.92% -
XYZ 22.96 12.74 79.85 -
YUV 96.06 206.41 136.51 -
System Red Green Blue C M Y K H S L
Decimal 108 63 235 0.54 0.73 0 0.08 255.7 0.81 0.58
Hex 6C 3F EB 36 49 0 8 100 51 3A
Octal 154 77 353 66 111 0 10 400 121 72
Binary 1101100 111111 11101011 110110 1001001 0 1000 100000000 1010001 111010

Color Harmonies of #6C3FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3FEB

Black with #6C3FEB

Text Example


Text Example

White with #6C3FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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