Html Css Color HEX #6B1998 Vivid Violet

📋 copy color: '#6B1998'

red 107 ◦ green 25 ◦ blue 152

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

Shades of Vivid Violet #6B1998

Tints of Vivid Violet #6B1998

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.8%

 BLUE value IS 152 (59.77% from 255) = 53.52%

R = 37.68%
G = 8.8%
B = 53.52%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6B1998 (or 0x6B1998) is known color: Vivid Violet. HEX triplet: 6B, 19 and 98. RGB value is (107,25,152). Sum of RGB (Red+Green+Blue) = 107+25+152=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #6B1998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B1998 is #94E667. Grayscale: #3F3F3F. Windows color (decimal): -9758312 or 9967979. OLE color: 9967979.

HSL color Cylindrical-coordinate representation of color #6B1998: hue angle of 278.74º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B1998 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 107 25 152 -
CMYK 0.30 0.84 0 0.40
HSL 278.74º 0.72% 0.35% -
HSV(B) 278.74º 0.84% 0.6% -
XYZ 12.08 6.09 30.24 -
YUV 64 177.67 158.67 -
System Red Green Blue C M Y K H S L
Decimal 107 25 152 0.30 0.84 0 0.40 278.74 0.72 0.35
Hex 6B 19 98 1E 54 0 28 117 48 23
Octal 153 31 230 36 124 0 50 427 110 43
Binary 1101011 11001 10011000 11110 1010100 0 101000 100010111 1001000 100011

Color Harmonies of #6B1998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1998

Black with #6B1998

Text Example


Text Example

White with #6B1998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,25,152); }

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

background-color css

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

 a { background-color: rgb(107,25,152); }

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

border-color css

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

 span { border-color: rgb(107,25,152); }

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