Html Css Color HEX #6036EE Han Purple

📋 copy color: '#6036EE'

red 96 ◦ green 54 ◦ blue 238

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

Shades of Han Purple #6036EE

Tints of Han Purple #6036EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 61.34%

R = 24.74%
G = 13.92%
B = 61.34%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6036EE (or 0x6036EE) is known color: Han Purple. HEX triplet: 60, 36 and EE. RGB value is (96,54,238). Sum of RGB (Red+Green+Blue) = 96+54+238=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 238 (93.36% from 255 or 61.34% from 388); Max value from RGB is 238 - color contains mainly: blue. Hex color #6036EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6036EE is #9FC911. Grayscale: #565656. Windows color (decimal): -10471698 or 15611488. OLE color: 15611488.

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

Color convert

RGB 96 54 238 -
CMYK 0.60 0.77 0 0.07
HSL 253.7º 0.84% 0.57% -
HSV(B) 253.7º 0.77% 0.93% -
XYZ 21.58 11.3 81.93 -
YUV 87.53 212.91 134.04 -
System Red Green Blue C M Y K H S L
Decimal 96 54 238 0.60 0.77 0 0.07 253.7 0.84 0.57
Hex 60 36 EE 3C 4D 0 7 FE 54 39
Octal 140 66 356 74 115 0 7 376 124 71
Binary 1100000 110110 11101110 111100 1001101 0 111 11111110 1010100 111001

Color Harmonies of #6036EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6036EE

Black with #6036EE

Text Example


Text Example

White with #6036EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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