Html Css Color HEX #6F238E Vivid Violet

📋 copy color: '#6F238E'

red 111 ◦ green 35 ◦ blue 142

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

Shades of Vivid Violet #6F238E

Tints of Vivid Violet #6F238E

RGB

 RED value IS 111 (43.75% from 255) = 38.54%

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

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

R = 38.54%
G = 12.15%
B = 49.31%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6F238E (or 0x6F238E) is known color: Vivid Violet. HEX triplet: 6F, 23 and 8E. RGB value is (111,35,142). Sum of RGB (Red+Green+Blue) = 111+35+142=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 35 (14.06% from 255 or 12.15% 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 #6F238E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F238E is #90DC71. Grayscale: #454545. Windows color (decimal): -9493618 or 9315183. OLE color: 9315183.

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

Color convert

RGB 111 35 142 -
CMYK 0.22 0.75 0 0.44
HSL 282.62º 0.6% 0.35% -
HSV(B) 282.62º 0.75% 0.56% -
XYZ 12.04 6.53 26.22 -
YUV 69.92 168.68 157.3 -
System Red Green Blue C M Y K H S L
Decimal 111 35 142 0.22 0.75 0 0.44 282.62 0.6 0.35
Hex 6F 23 8E 16 4B 0 2C 11B 3C 23
Octal 157 43 216 26 113 0 54 433 74 43
Binary 1101111 100011 10001110 10110 1001011 0 101100 100011011 111100 100011

Color Harmonies of #6F238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F238E

Black with #6F238E

Text Example


Text Example

White with #6F238E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,35,142); }

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

background-color css

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

 a { background-color: rgb(111,35,142); }

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

border-color css

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

 span { border-color: rgb(111,35,142); }

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