Html Css Color HEX #6C268E Vivid Violet

📋 copy color: '#6C268E'

red 108 ◦ green 38 ◦ blue 142

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

Shades of Vivid Violet #6C268E

Tints of Vivid Violet #6C268E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 49.31%

R = 37.5%
G = 13.19%
B = 49.31%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6C268E (or 0x6C268E) is known color: Vivid Violet. HEX triplet: 6C, 26 and 8E. RGB value is (108,38,142). Sum of RGB (Red+Green+Blue) = 108+38+142=288 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.5% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 142 (55.86% from 255 or 49.31% from 288); Max value from RGB is 142 - color contains mainly: blue. Hex color #6C268E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C268E is #93D971. Grayscale: #464646. Windows color (decimal): -9689458 or 9315948. OLE color: 9315948.

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

Color convert

RGB 108 38 142 -
CMYK 0.24 0.73 0 0.44
HSL 280.38º 0.58% 0.35% -
HSV(B) 280.38º 0.73% 0.56% -
XYZ 11.76 6.53 26.23 -
YUV 70.79 168.19 154.54 -
System Red Green Blue C M Y K H S L
Decimal 108 38 142 0.24 0.73 0 0.44 280.38 0.58 0.35
Hex 6C 26 8E 18 49 0 2C 118 3A 23
Octal 154 46 216 30 111 0 54 430 72 43
Binary 1101100 100110 10001110 11000 1001001 0 101100 100011000 111010 100011

Color Harmonies of #6C268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C268E

Black with #6C268E

Text Example


Text Example

White with #6C268E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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