#6234EC

Color #6234EC Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #6234EC

Tints of Han Purple #6234EC

Color information

#6234EC (or 0x6234EC) is unknown color: approx Han Purple. HEX triplet: 62, 34 and EC. RGB value is (98,52,236). Sum of RGB (Red+Green+Blue) = 98+52+236=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 236 (92.58% from 255 or 61.14% from 386); Max value from RGB is 236 - color contains mainly: blue. Hex color #6234EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6234EC is #9DCB13. Grayscale: #565656. Windows color (decimal): -10341140 or 15479906. OLE color: 15479906.

HSL color Cylindrical-coordinate representation of color #6234EC: hue angle of 255º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6234EC is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9852236-
CMYK0.580.7800.07
HSL255º82.88%56.47%-
HSV(B)255º77.97%92.55%-
XYZ21.4111.1180.37-
YUV86.73212.24136.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.39%
GREEN value IS 52 (20.70% from 255) = 13.47%
BLUE value IS 236 (92.58% from 255) = 61.14%
R=25.39%
G=13.47%
B=61.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal98522360.580.7800.0725582.8856.47
Hex6234EC3A4E07ff5338
Octal14264354721160737712370
Binary11000101101001110110011101010011100111111111111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6234EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6234EC; }

 p { color: rgb(98,52,236); }

 H1.HeaderClassName
 {
   color: #6234EC;
 }
 .AnyTagClassName
 {
   color: #6234EC;
 }
</style>
background-color css

<style>
 a { background-color: #6234EC; }

 a { background-color: rgb(98,52,236); }

 div.DivClassName
 {
   background-color: #6234EC;
 }
 .BgClassName
 {
   background-color: #6234EC;
 }
</style>
border-color css

<style>
 span { border-color: #6234EC; }

 span { border-color: rgb(98,52,236); }

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