Html Css Color HEX #6C31EA Blue Violet

📋 copy color: '#6C31EA'

red 108 ◦ green 49 ◦ blue 234

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

Shades of Blue Violet #6C31EA

Tints of Blue Violet #6C31EA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.53%

 BLUE value IS 234 (91.8% from 255) = 59.85%

R = 27.62%
G = 12.53%
B = 59.85%

CMYK

 C value IS 0.54

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6C31EA (or 0x6C31EA) is known color: Blue Violet. HEX triplet: 6C, 31 and EA. RGB value is (108,49,234). Sum of RGB (Red+Green+Blue) = 108+49+234=391 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.62% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #6C31EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C31EA is #93CE15. Grayscale: #575757. Windows color (decimal): -9686550 or 15348076. OLE color: 15348076.

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

Color convert

RGB 108 49 234 -
CMYK 0.54 0.79 0 0.08
HSL 259.14º 0.81% 0.55% -
HSV(B) 259.14º 0.79% 0.92% -
XYZ 22.13 11.33 78.86 -
YUV 87.73 210.55 142.46 -
System Red Green Blue C M Y K H S L
Decimal 108 49 234 0.54 0.79 0 0.08 259.14 0.81 0.55
Hex 6C 31 EA 36 4F 0 8 103 51 37
Octal 154 61 352 66 117 0 10 403 121 67
Binary 1101100 110001 11101010 110110 1001111 0 1000 100000011 1010001 110111

Color Harmonies of #6C31EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C31EA

Black with #6C31EA

Text Example


Text Example

White with #6C31EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,49,234); }

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

background-color css

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

 a { background-color: rgb(108,49,234); }

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

border-color css

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

 span { border-color: rgb(108,49,234); }

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