Html Css Color HEX #6123EB Han Purple

📋 copy color: '#6123EB'

red 97 ◦ green 35 ◦ blue 235

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

Shades of Han Purple #6123EB

Tints of Han Purple #6123EB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.54%

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

R = 26.43%
G = 9.54%
B = 64.03%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6123EB (or 0x6123EB) is known color: Han Purple. HEX triplet: 61, 23 and EB. RGB value is (97,35,235). Sum of RGB (Red+Green+Blue) = 97+35+235=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 35 (14.06% from 255 or 9.54% from 367); Blue value is 235 (92.19% from 255 or 64.03% from 367); Max value from RGB is 235 - color contains mainly: blue. Hex color #6123EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6123EB is #9EDC14. Grayscale: #4B4B4B. Windows color (decimal): -10411029 or 15410017. OLE color: 15410017.

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

Color convert

RGB 97 35 235 -
CMYK 0.59 0.85 0 0.08
HSL 258.6º 0.83% 0.53% -
HSV(B) 258.6º 0.85% 0.92% -
XYZ 20.53 9.74 79.4 -
YUV 76.34 217.54 142.74 -
System Red Green Blue C M Y K H S L
Decimal 97 35 235 0.59 0.85 0 0.08 258.6 0.83 0.53
Hex 61 23 EB 3B 55 0 8 103 53 35
Octal 141 43 353 73 125 0 10 403 123 65
Binary 1100001 100011 11101011 111011 1010101 0 1000 100000011 1010011 110101

Color Harmonies of #6123EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6123EB

Black with #6123EB

Text Example


Text Example

White with #6123EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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