Html Css Color HEX #6036EF Han Purple

📋 copy color: '#6036EF'

red 96 ◦ green 54 ◦ blue 239

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

Shades of Han Purple #6036EF

Tints of Han Purple #6036EF

RGB

 RED value IS 96 (37.89% from 255) = 24.68%

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

 BLUE value IS 239 (93.75% from 255) = 61.44%

R = 24.68%
G = 13.88%
B = 61.44%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6036EF (or 0x6036EF) is known color: Han Purple. HEX triplet: 60, 36 and EF. RGB value is (96,54,239). Sum of RGB (Red+Green+Blue) = 96+54+239=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 54 (21.48% from 255 or 13.88% from 389); Blue value is 239 (93.75% from 255 or 61.44% from 389); Max value from RGB is 239 - color contains mainly: blue. Hex color #6036EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6036EF is #9FC910. Grayscale: #565656. Windows color (decimal): -10471697 or 15677024. OLE color: 15677024.

HSL color Cylindrical-coordinate representation of color #6036EF: hue angle of 253.62º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6036EF is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 54 239 -
CMYK 0.60 0.77 0 0.06
HSL 253.62º 0.85% 0.57% -
HSV(B) 253.62º 0.77% 0.94% -
XYZ 21.72 11.36 82.71 -
YUV 87.65 213.41 133.96 -
System Red Green Blue C M Y K H S L
Decimal 96 54 239 0.60 0.77 0 0.06 253.62 0.85 0.57
Hex 60 36 EF 3C 4D 0 6 FE 55 39
Octal 140 66 357 74 115 0 6 376 125 71
Binary 1100000 110110 11101111 111100 1001101 0 110 11111110 1010101 111001

Color Harmonies of #6036EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6036EF

Black with #6036EF

Text Example


Text Example

White with #6036EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6036EF; }

 p { color: rgb(96,54,239); }

 H1.HeaderClassName
 {
   color: #6036EF;
 }
 .AnyTagClassName
 {
   color: #6036EF;
 }
</style>

background-color css

<style>
 a { background-color: #6036EF; }

 a { background-color: rgb(96,54,239); }

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

border-color css

<style>
 span { border-color: #6036EF; }

 span { border-color: rgb(96,54,239); }

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