Html Css Color HEX #6C3DEF Blue Violet

📋 copy color: '#6C3DEF'

red 108 ◦ green 61 ◦ blue 239

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

Shades of Blue Violet #6C3DEF

Tints of Blue Violet #6C3DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 58.58%

R = 26.47%
G = 14.95%
B = 58.58%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6C3DEF (or 0x6C3DEF) is known color: Blue Violet. HEX triplet: 6C, 3D and EF. RGB value is (108,61,239). Sum of RGB (Red+Green+Blue) = 108+61+239=408 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.47% from 408); Green value is 61 (24.22% from 255 or 14.95% from 408); Blue value is 239 (93.75% from 255 or 58.58% from 408); Max value from RGB is 239 - color contains mainly: blue. Hex color #6C3DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C3DEF is #93C210. Grayscale: #5E5E5E. Windows color (decimal): -9683473 or 15678828. OLE color: 15678828.

HSL color Cylindrical-coordinate representation of color #6C3DEF: hue angle of 255.84º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6C3DEF is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 108 61 239 -
CMYK 0.55 0.74 0 0.06
HSL 255.84º 0.85% 0.59% -
HSV(B) 255.84º 0.74% 0.94% -
XYZ 23.43 12.76 82.89 -
YUV 95.35 209.07 137.03 -
System Red Green Blue C M Y K H S L
Decimal 108 61 239 0.55 0.74 0 0.06 255.84 0.85 0.59
Hex 6C 3D EF 37 4A 0 6 100 55 3B
Octal 154 75 357 67 112 0 6 400 125 73
Binary 1101100 111101 11101111 110111 1001010 0 110 100000000 1010101 111011

Color Harmonies of #6C3DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3DEF

Black with #6C3DEF

Text Example


Text Example

White with #6C3DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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