Html Css Color HEX #6B32EB Blue Violet

📋 copy color: '#6B32EB'

red 107 ◦ green 50 ◦ blue 235

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

Shades of Blue Violet #6B32EB

Tints of Blue Violet #6B32EB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.76%

 BLUE value IS 235 (92.19% from 255) = 59.95%

R = 27.3%
G = 12.76%
B = 59.95%

CMYK

 C value IS 0.54

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6B32EB (or 0x6B32EB) is known color: Blue Violet. HEX triplet: 6B, 32 and EB. RGB value is (107,50,235). Sum of RGB (Red+Green+Blue) = 107+50+235=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 235 (92.19% from 255 or 59.95% from 392); Max value from RGB is 235 - color contains mainly: blue. Hex color #6B32EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B32EB is #94CD14. Grayscale: #575757. Windows color (decimal): -9751829 or 15413867. OLE color: 15413867.

HSL color Cylindrical-coordinate representation of color #6B32EB: hue angle of 258.49º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B32EB is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 50 235 -
CMYK 0.54 0.79 0 0.08
HSL 258.49º 0.82% 0.56% -
HSV(B) 258.49º 0.79% 0.92% -
XYZ 22.2 11.41 79.63 -
YUV 88.13 210.88 141.46 -
System Red Green Blue C M Y K H S L
Decimal 107 50 235 0.54 0.79 0 0.08 258.49 0.82 0.56
Hex 6B 32 EB 36 4F 0 8 102 52 38
Octal 153 62 353 66 117 0 10 402 122 70
Binary 1101011 110010 11101011 110110 1001111 0 1000 100000010 1010010 111000

Color Harmonies of #6B32EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B32EB

Black with #6B32EB

Text Example


Text Example

White with #6B32EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,50,235); }

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

background-color css

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

 a { background-color: rgb(107,50,235); }

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

border-color css

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

 span { border-color: rgb(107,50,235); }

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