Html Css Color HEX #6C238A Vivid Violet

📋 copy color: '#6C238A'

red 108 ◦ green 35 ◦ blue 138

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

Shades of Vivid Violet #6C238A

Tints of Vivid Violet #6C238A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.46%

 BLUE value IS 138 (54.3% from 255) = 49.11%

R = 38.43%
G = 12.46%
B = 49.11%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6C238A (or 0x6C238A) is known color: Vivid Violet. HEX triplet: 6C, 23 and 8A. RGB value is (108,35,138). Sum of RGB (Red+Green+Blue) = 108+35+138=281 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.43% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #6C238A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C238A is #93DC75. Grayscale: #444444. Windows color (decimal): -9690230 or 9053036. OLE color: 9053036.

HSL color Cylindrical-coordinate representation of color #6C238A: hue angle of 282.52º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C238A is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 108 35 138 -
CMYK 0.22 0.75 0 0.46
HSL 282.52º 0.6% 0.34% -
HSV(B) 282.52º 0.75% 0.54% -
XYZ 11.37 6.23 24.65 -
YUV 68.57 167.18 156.12 -
System Red Green Blue C M Y K H S L
Decimal 108 35 138 0.22 0.75 0 0.46 282.52 0.6 0.34
Hex 6C 23 8A 16 4B 0 2E 11B 3C 22
Octal 154 43 212 26 113 0 56 433 74 42
Binary 1101100 100011 10001010 10110 1001011 0 101110 100011011 111100 100010

Color Harmonies of #6C238A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C238A

Black with #6C238A

Text Example


Text Example

White with #6C238A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,35,138); }

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

background-color css

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

 a { background-color: rgb(108,35,138); }

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

border-color css

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

 span { border-color: rgb(108,35,138); }

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