Html Css Color HEX #6434FE Han Purple

📋 copy color: '#6434FE'

red 100 ◦ green 52 ◦ blue 254

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

Shades of Han Purple #6434FE

Tints of Han Purple #6434FE

RGB

 RED value IS 100 (39.45% from 255) = 24.63%

 GREEN value IS 52 (20.7% from 255) = 12.81%

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

R = 24.63%
G = 12.81%
B = 62.56%

CMYK

 C value IS 0.61

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6434FE (or 0x6434FE) is known color: Han Purple. HEX triplet: 64, 34 and FE. RGB value is (100,52,254). Sum of RGB (Red+Green+Blue) = 100+52+254=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #6434FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6434FE is #9BCB01. Grayscale: #585858. Windows color (decimal): -10210050 or 16659556. OLE color: 16659556.

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

Color convert

RGB 100 52 254 -
CMYK 0.61 0.80 0 0.00
HSL 254.26º 0.99% 0.6% -
HSV(B) 254.26º 0.8% 1% -
XYZ 24.37 12.32 94.86 -
YUV 89.38 220.9 135.57 -
System Red Green Blue C M Y K H S L
Decimal 100 52 254 0.61 0.80 0 0.00 254.26 0.99 0.6
Hex 64 34 FE 3D 50 0 0 FE 63 3C
Octal 144 64 376 75 120 0 0 376 143 74
Binary 1100100 110100 11111110 111101 1010000 0 0 11111110 1100011 111100

Color Harmonies of #6434FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6434FE

Black with #6434FE

Text Example


Text Example

White with #6434FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,52,254); }

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

background-color css

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

 a { background-color: rgb(100,52,254); }

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

border-color css

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

 span { border-color: rgb(100,52,254); }

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