Html Css Color HEX #6B30EB Blue Violet

📋 copy color: '#6B30EB'

red 107 ◦ green 48 ◦ blue 235

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

Shades of Blue Violet #6B30EB

Tints of Blue Violet #6B30EB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.31%

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

R = 27.44%
G = 12.31%
B = 60.26%

CMYK

 C value IS 0.54

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6B30EB (or 0x6B30EB) is known color: Blue Violet. HEX triplet: 6B, 30 and EB. RGB value is (107,48,235). Sum of RGB (Red+Green+Blue) = 107+48+235=390 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.44% from 390); Green value is 48 (19.14% from 255 or 12.31% from 390); Blue value is 235 (92.19% from 255 or 60.26% from 390); Max value from RGB is 235 - color contains mainly: blue. Hex color #6B30EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B30EB is #94CF14. Grayscale: #565656. Windows color (decimal): -9752341 or 15413355. OLE color: 15413355.

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

Color convert

RGB 107 48 235 -
CMYK 0.54 0.80 0 0.08
HSL 258.93º 0.82% 0.55% -
HSV(B) 258.93º 0.8% 0.92% -
XYZ 22.12 11.24 79.6 -
YUV 86.96 211.55 142.29 -
System Red Green Blue C M Y K H S L
Decimal 107 48 235 0.54 0.80 0 0.08 258.93 0.82 0.55
Hex 6B 30 EB 36 50 0 8 103 52 37
Octal 153 60 353 66 120 0 10 403 122 67
Binary 1101011 110000 11101011 110110 1010000 0 1000 100000011 1010010 110111

Color Harmonies of #6B30EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B30EB

Black with #6B30EB

Text Example


Text Example

White with #6B30EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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