Html Css Color HEX #6B30EA Blue Violet

📋 copy color: '#6B30EA'

red 107 ◦ green 48 ◦ blue 234

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

Shades of Blue Violet #6B30EA

Tints of Blue Violet #6B30EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 60.15%

R = 27.51%
G = 12.34%
B = 60.15%

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

#6B30EA (or 0x6B30EA) is known color: Blue Violet. HEX triplet: 6B, 30 and EA. RGB value is (107,48,234). Sum of RGB (Red+Green+Blue) = 107+48+234=389 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.51% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 234 (91.80% from 255 or 60.15% from 389); Max value from RGB is 234 - color contains mainly: blue. Hex color #6B30EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B30EA is #94CF15. Grayscale: #565656. Windows color (decimal): -9752342 or 15347819. OLE color: 15347819.

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

Color convert

RGB 107 48 234 -
CMYK 0.54 0.79 0 0.08
HSL 259.03º 0.82% 0.55% -
HSV(B) 259.03º 0.79% 0.92% -
XYZ 21.97 11.18 78.84 -
YUV 86.85 211.05 142.38 -
System Red Green Blue C M Y K H S L
Decimal 107 48 234 0.54 0.79 0 0.08 259.03 0.82 0.55
Hex 6B 30 EA 36 4F 0 8 103 52 37
Octal 153 60 352 66 117 0 10 403 122 67
Binary 1101011 110000 11101010 110110 1001111 0 1000 100000011 1010010 110111

Color Harmonies of #6B30EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B30EA

Black with #6B30EA

Text Example


Text Example

White with #6B30EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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