Html Css Color HEX #6C268D Vivid Violet

📋 copy color: '#6C268D'

red 108 ◦ green 38 ◦ blue 141

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

Shades of Vivid Violet #6C268D

Tints of Vivid Violet #6C268D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.24%

 BLUE value IS 141 (55.47% from 255) = 49.13%

R = 37.63%
G = 13.24%
B = 49.13%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6C268D (or 0x6C268D) is known color: Vivid Violet. HEX triplet: 6C, 26 and 8D. RGB value is (108,38,141). Sum of RGB (Red+Green+Blue) = 108+38+141=287 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.63% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #6C268D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C268D is #93D972. Grayscale: #464646. Windows color (decimal): -9689459 or 9250412. OLE color: 9250412.

HSL color Cylindrical-coordinate representation of color #6C268D: hue angle of 280.78º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C268D is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 108 38 141 -
CMYK 0.23 0.73 0 0.45
HSL 280.78º 0.58% 0.35% -
HSV(B) 280.78º 0.73% 0.55% -
XYZ 11.69 6.5 25.84 -
YUV 70.67 167.69 154.62 -
System Red Green Blue C M Y K H S L
Decimal 108 38 141 0.23 0.73 0 0.45 280.78 0.58 0.35
Hex 6C 26 8D 17 49 0 2D 119 3A 23
Octal 154 46 215 27 111 0 55 431 72 43
Binary 1101100 100110 10001101 10111 1001001 0 101101 100011001 111010 100011

Color Harmonies of #6C268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C268D

Black with #6C268D

Text Example


Text Example

White with #6C268D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,38,141); }

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

background-color css

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

 a { background-color: rgb(108,38,141); }

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

border-color css

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

 span { border-color: rgb(108,38,141); }

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