Html Css Color HEX #6B2690 Vivid Violet

📋 copy color: '#6B2690'

red 107 ◦ green 38 ◦ blue 144

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

Shades of Vivid Violet #6B2690

Tints of Vivid Violet #6B2690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.15%

 BLUE value IS 144 (56.64% from 255) = 49.83%

R = 37.02%
G = 13.15%
B = 49.83%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6B2690 (or 0x6B2690) is known color: Vivid Violet. HEX triplet: 6B, 26 and 90. RGB value is (107,38,144). Sum of RGB (Red+Green+Blue) = 107+38+144=289 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.02% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #6B2690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2690 is #94D96F. Grayscale: #464646. Windows color (decimal): -9754992 or 9447019. OLE color: 9447019.

HSL color Cylindrical-coordinate representation of color #6B2690: hue angle of 279.06º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B2690 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 107 38 144 -
CMYK 0.26 0.74 0 0.44
HSL 279.06º 0.58% 0.36% -
HSV(B) 279.06º 0.74% 0.56% -
XYZ 11.79 6.53 27.02 -
YUV 70.72 169.36 153.88 -
System Red Green Blue C M Y K H S L
Decimal 107 38 144 0.26 0.74 0 0.44 279.06 0.58 0.36
Hex 6B 26 90 1A 4A 0 2C 117 3A 24
Octal 153 46 220 32 112 0 54 427 72 44
Binary 1101011 100110 10010000 11010 1001010 0 101100 100010111 111010 100100

Color Harmonies of #6B2690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2690

Black with #6B2690

Text Example


Text Example

White with #6B2690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,38,144); }

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

background-color css

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

 a { background-color: rgb(107,38,144); }

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

border-color css

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

 span { border-color: rgb(107,38,144); }

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