Html Css Color HEX #6536F8 Han Purple

📋 copy color: '#6536F8'

red 101 ◦ green 54 ◦ blue 248

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

Shades of Han Purple #6536F8

Tints of Han Purple #6536F8

RGB

 RED value IS 101 (39.84% from 255) = 25.06%

 GREEN value IS 54 (21.48% from 255) = 13.4%

 BLUE value IS 248 (97.27% from 255) = 61.54%

R = 25.06%
G = 13.4%
B = 61.54%

CMYK

 C value IS 0.59

 M value IS 0.78

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6536F8 (or 0x6536F8) is known color: Han Purple. HEX triplet: 65, 36 and F8. RGB value is (101,54,248). Sum of RGB (Red+Green+Blue) = 101+54+248=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 248 (97.27% from 255 or 61.54% from 403); Max value from RGB is 248 - color contains mainly: blue. Hex color #6536F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6536F8 is #9AC907. Grayscale: #595959. Windows color (decimal): -10144008 or 16266853. OLE color: 16266853.

HSL color Cylindrical-coordinate representation of color #6536F8: hue angle of 254.54º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6536F8 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 101 54 248 -
CMYK 0.59 0.78 0 0.03
HSL 254.54º 0.93% 0.59% -
HSV(B) 254.54º 0.78% 0.97% -
XYZ 23.63 12.18 89.91 -
YUV 90.17 217.07 135.73 -
System Red Green Blue C M Y K H S L
Decimal 101 54 248 0.59 0.78 0 0.03 254.54 0.93 0.59
Hex 65 36 F8 3B 4E 0 3 FF 5D 3B
Octal 145 66 370 73 116 0 3 377 135 73
Binary 1100101 110110 11111000 111011 1001110 0 11 11111111 1011101 111011

Color Harmonies of #6536F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6536F8

Black with #6536F8

Text Example


Text Example

White with #6536F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6536F8; }

 p { color: rgb(101,54,248); }

 H1.HeaderClassName
 {
   color: #6536F8;
 }
 .AnyTagClassName
 {
   color: #6536F8;
 }
</style>

background-color css

<style>
 a { background-color: #6536F8; }

 a { background-color: rgb(101,54,248); }

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

border-color css

<style>
 span { border-color: #6536F8; }

 span { border-color: rgb(101,54,248); }

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