Html Css Color HEX #6F209A Vivid Violet

📋 copy color: '#6F209A'

red 111 ◦ green 32 ◦ blue 154

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

Shades of Vivid Violet #6F209A

Tints of Vivid Violet #6F209A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.77%

 BLUE value IS 154 (60.55% from 255) = 51.85%

R = 37.37%
G = 10.77%
B = 51.85%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6F209A (or 0x6F209A) is known color: Vivid Violet. HEX triplet: 6F, 20 and 9A. RGB value is (111,32,154). Sum of RGB (Red+Green+Blue) = 111+32+154=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 154 (60.55% from 255 or 51.85% from 297); Max value from RGB is 154 - color contains mainly: blue. Hex color #6F209A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F209A is #90DF65. Grayscale: #454545. Windows color (decimal): -9494374 or 10100847. OLE color: 10100847.

HSL color Cylindrical-coordinate representation of color #6F209A: hue angle of 278.85º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F209A is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 111 32 154 -
CMYK 0.28 0.79 0 0.40
HSL 278.85º 0.66% 0.36% -
HSV(B) 278.85º 0.79% 0.6% -
XYZ 12.9 6.75 31.19 -
YUV 69.53 175.67 157.58 -
System Red Green Blue C M Y K H S L
Decimal 111 32 154 0.28 0.79 0 0.40 278.85 0.66 0.36
Hex 6F 20 9A 1C 4F 0 28 117 42 24
Octal 157 40 232 34 117 0 50 427 102 44
Binary 1101111 100000 10011010 11100 1001111 0 101000 100010111 1000010 100100

Color Harmonies of #6F209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F209A

Black with #6F209A

Text Example


Text Example

White with #6F209A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,32,154); }

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

background-color css

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

 a { background-color: rgb(111,32,154); }

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

border-color css

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

 span { border-color: rgb(111,32,154); }

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