Html Css Color HEX #6235FE Han Purple

📋 copy color: '#6235FE'

red 98 ◦ green 53 ◦ blue 254

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

Shades of Han Purple #6235FE

Tints of Han Purple #6235FE

RGB

 RED value IS 98 (38.67% from 255) = 24.2%

 GREEN value IS 53 (21.09% from 255) = 13.09%

 BLUE value IS 254 (99.61% from 255) = 62.72%

R = 24.2%
G = 13.09%
B = 62.72%

CMYK

 C value IS 0.61

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6235FE (or 0x6235FE) is known color: Han Purple. HEX triplet: 62, 35 and FE. RGB value is (98,53,254). Sum of RGB (Red+Green+Blue) = 98+53+254=405 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.20% from 405); Green value is 53 (21.09% from 255 or 13.09% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #6235FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6235FE is #9DCA01. Grayscale: #585858. Windows color (decimal): -10340866 or 16659810. OLE color: 16659810.

HSL color Cylindrical-coordinate representation of color #6235FE: hue angle of 253.43º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6235FE is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 98 53 254 -
CMYK 0.61 0.79 0 0.00
HSL 253.43º 0.99% 0.6% -
HSV(B) 253.43º 0.79% 1% -
XYZ 24.2 12.3 94.86 -
YUV 89.37 220.91 134.16 -
System Red Green Blue C M Y K H S L
Decimal 98 53 254 0.61 0.79 0 0.00 253.43 0.99 0.6
Hex 62 35 FE 3D 4F 0 0 FD 63 3C
Octal 142 65 376 75 117 0 0 375 143 74
Binary 1100010 110101 11111110 111101 1001111 0 0 11111101 1100011 111100

Color Harmonies of #6235FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6235FE

Black with #6235FE

Text Example


Text Example

White with #6235FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6235FE; }

 p { color: rgb(98,53,254); }

 H1.HeaderClassName
 {
   color: #6235FE;
 }
 .AnyTagClassName
 {
   color: #6235FE;
 }
</style>

background-color css

<style>
 a { background-color: #6235FE; }

 a { background-color: rgb(98,53,254); }

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

border-color css

<style>
 span { border-color: #6235FE; }

 span { border-color: rgb(98,53,254); }

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