Html Css Color HEX #6A37EB Blue Violet

📋 copy color: '#6A37EB'

red 106 ◦ green 55 ◦ blue 235

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

Shades of Blue Violet #6A37EB

Tints of Blue Violet #6A37EB

RGB

 RED value IS 106 (41.8% from 255) = 26.77%

 GREEN value IS 55 (21.88% from 255) = 13.89%

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

R = 26.77%
G = 13.89%
B = 59.34%

CMYK

 C value IS 0.55

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6A37EB (or 0x6A37EB) is known color: Blue Violet. HEX triplet: 6A, 37 and EB. RGB value is (106,55,235). Sum of RGB (Red+Green+Blue) = 106+55+235=396 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.77% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 235 (92.19% from 255 or 59.34% from 396); Max value from RGB is 235 - color contains mainly: blue. Hex color #6A37EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A37EB is #95C814. Grayscale: #5A5A5A. Windows color (decimal): -9816085 or 15415146. OLE color: 15415146.

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

Color convert

RGB 106 55 235 -
CMYK 0.55 0.77 0 0.08
HSL 257º 0.82% 0.57% -
HSV(B) 257º 0.77% 0.92% -
XYZ 22.31 11.79 79.7 -
YUV 90.77 209.4 138.86 -
System Red Green Blue C M Y K H S L
Decimal 106 55 235 0.55 0.77 0 0.08 257 0.82 0.57
Hex 6A 37 EB 37 4D 0 8 101 52 39
Octal 152 67 353 67 115 0 10 401 122 71
Binary 1101010 110111 11101011 110111 1001101 0 1000 100000001 1010010 111001

Color Harmonies of #6A37EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A37EB

Black with #6A37EB

Text Example


Text Example

White with #6A37EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,55,235); }

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

background-color css

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

 a { background-color: rgb(106,55,235); }

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

border-color css

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

 span { border-color: rgb(106,55,235); }

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