Html Css Color HEX #6C3DEC Blue Violet

📋 copy color: '#6C3DEC'

red 108 ◦ green 61 ◦ blue 236

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

Shades of Blue Violet #6C3DEC

Tints of Blue Violet #6C3DEC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.06%

 BLUE value IS 236 (92.58% from 255) = 58.27%

R = 26.67%
G = 15.06%
B = 58.27%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6C3DEC (or 0x6C3DEC) is known color: Blue Violet. HEX triplet: 6C, 3D and EC. RGB value is (108,61,236). Sum of RGB (Red+Green+Blue) = 108+61+236=405 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.67% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 236 (92.58% from 255 or 58.27% from 405); Max value from RGB is 236 - color contains mainly: blue. Hex color #6C3DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C3DEC is #93C213. Grayscale: #5E5E5E. Windows color (decimal): -9683476 or 15482220. OLE color: 15482220.

HSL color Cylindrical-coordinate representation of color #6C3DEC: hue angle of 256.11º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6C3DEC is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 108 61 236 -
CMYK 0.54 0.74 0 0.07
HSL 256.11º 0.82% 0.58% -
HSV(B) 256.11º 0.74% 0.93% -
XYZ 22.99 12.58 80.57 -
YUV 95 207.57 137.27 -
System Red Green Blue C M Y K H S L
Decimal 108 61 236 0.54 0.74 0 0.07 256.11 0.82 0.58
Hex 6C 3D EC 36 4A 0 7 100 52 3A
Octal 154 75 354 66 112 0 7 400 122 72
Binary 1101100 111101 11101100 110110 1001010 0 111 100000000 1010010 111010

Color Harmonies of #6C3DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3DEC

Black with #6C3DEC

Text Example


Text Example

White with #6C3DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,61,236); }

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

background-color css

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

 a { background-color: rgb(108,61,236); }

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

border-color css

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

 span { border-color: rgb(108,61,236); }

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