Html Css Color HEX #6F238B Vivid Violet

📋 copy color: '#6F238B'

red 111 ◦ green 35 ◦ blue 139

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

Shades of Vivid Violet #6F238B

Tints of Vivid Violet #6F238B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 48.77%

R = 38.95%
G = 12.28%
B = 48.77%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6F238B (or 0x6F238B) is known color: Vivid Violet. HEX triplet: 6F, 23 and 8B. RGB value is (111,35,139). Sum of RGB (Red+Green+Blue) = 111+35+139=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F238B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F238B is #90DC74. Grayscale: #454545. Windows color (decimal): -9493621 or 9118575. OLE color: 9118575.

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

Color convert

RGB 111 35 139 -
CMYK 0.20 0.75 0 0.45
HSL 283.85º 0.6% 0.34% -
HSV(B) 283.85º 0.75% 0.55% -
XYZ 11.82 6.45 25.05 -
YUV 69.58 167.18 157.54 -
System Red Green Blue C M Y K H S L
Decimal 111 35 139 0.20 0.75 0 0.45 283.85 0.6 0.34
Hex 6F 23 8B 14 4B 0 2D 11C 3C 22
Octal 157 43 213 24 113 0 55 434 74 42
Binary 1101111 100011 10001011 10100 1001011 0 101101 100011100 111100 100010

Color Harmonies of #6F238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F238B

Black with #6F238B

Text Example


Text Example

White with #6F238B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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