Html Css Color HEX #6111EB Han Purple

📋 copy color: '#6111EB'

red 97 ◦ green 17 ◦ blue 235

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

Shades of Han Purple #6111EB

Tints of Han Purple #6111EB

RGB

 RED value IS 97 (38.28% from 255) = 27.79%

 GREEN value IS 17 (7.03% from 255) = 4.87%

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

R = 27.79%
G = 4.87%
B = 67.34%

CMYK

 C value IS 0.59

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6111EB (or 0x6111EB) is known color: Han Purple. HEX triplet: 61, 11 and EB. RGB value is (97,17,235). Sum of RGB (Red+Green+Blue) = 97+17+235=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 235 (92.19% from 255 or 67.34% from 349); Max value from RGB is 235 - color contains mainly: blue. Hex color #6111EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6111EB is #9EEE14. Grayscale: #404040. Windows color (decimal): -10415637 or 15405409. OLE color: 15405409.

HSL color Cylindrical-coordinate representation of color #6111EB: hue angle of 262.02º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6111EB is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 97 17 235 -
CMYK 0.59 0.93 0 0.08
HSL 262.02º 0.87% 0.49% -
HSV(B) 262.02º 0.93% 0.92% -
XYZ 20.13 8.94 79.26 -
YUV 65.77 223.5 150.27 -
System Red Green Blue C M Y K H S L
Decimal 97 17 235 0.59 0.93 0 0.08 262.02 0.87 0.49
Hex 61 11 EB 3B 5D 0 8 106 57 31
Octal 141 21 353 73 135 0 10 406 127 61
Binary 1100001 10001 11101011 111011 1011101 0 1000 100000110 1010111 110001

Color Harmonies of #6111EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6111EB

Black with #6111EB

Text Example


Text Example

White with #6111EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6111EB; }

 p { color: rgb(97,17,235); }

 H1.HeaderClassName
 {
   color: #6111EB;
 }
 .AnyTagClassName
 {
   color: #6111EB;
 }
</style>

background-color css

<style>
 a { background-color: #6111EB; }

 a { background-color: rgb(97,17,235); }

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

border-color css

<style>
 span { border-color: #6111EB; }

 span { border-color: rgb(97,17,235); }

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