Html Css Color HEX #6B189B Vivid Violet

📋 copy color: '#6B189B'

red 107 ◦ green 24 ◦ blue 155

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

Shades of Vivid Violet #6B189B

Tints of Vivid Violet #6B189B

RGB

 RED value IS 107 (42.19% from 255) = 37.41%

 GREEN value IS 24 (9.77% from 255) = 8.39%

 BLUE value IS 155 (60.94% from 255) = 54.2%

R = 37.41%
G = 8.39%
B = 54.2%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B189B (or 0x6B189B) is known color: Vivid Violet. HEX triplet: 6B, 18 and 9B. RGB value is (107,24,155). Sum of RGB (Red+Green+Blue) = 107+24+155=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B189B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B189B is #94E764. Grayscale: #3F3F3F. Windows color (decimal): -9758565 or 10164331. OLE color: 10164331.

HSL color Cylindrical-coordinate representation of color #6B189B: hue angle of 278.02º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B189B is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 107 24 155 -
CMYK 0.31 0.85 0 0.39
HSL 278.02º 0.73% 0.35% -
HSV(B) 278.02º 0.85% 0.61% -
XYZ 12.31 6.15 31.55 -
YUV 63.75 179.5 158.85 -
System Red Green Blue C M Y K H S L
Decimal 107 24 155 0.31 0.85 0 0.39 278.02 0.73 0.35
Hex 6B 18 9B 1F 55 0 27 116 49 23
Octal 153 30 233 37 125 0 47 426 111 43
Binary 1101011 11000 10011011 11111 1010101 0 100111 100010110 1001001 100011

Color Harmonies of #6B189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B189B

Black with #6B189B

Text Example


Text Example

White with #6B189B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,24,155); }

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

background-color css

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

 a { background-color: rgb(107,24,155); }

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

border-color css

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

 span { border-color: rgb(107,24,155); }

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