Html Css Color HEX #6136FB Han Purple

📋 copy color: '#6136FB'

red 97 ◦ green 54 ◦ blue 251

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

Shades of Han Purple #6136FB

Tints of Han Purple #6136FB

RGB

 RED value IS 97 (38.28% from 255) = 24.13%

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

 BLUE value IS 251 (98.44% from 255) = 62.44%

R = 24.13%
G = 13.43%
B = 62.44%

CMYK

 C value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6136FB (or 0x6136FB) is known color: Han Purple. HEX triplet: 61, 36 and FB. RGB value is (97,54,251). Sum of RGB (Red+Green+Blue) = 97+54+251=402 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.13% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 251 (98.44% from 255 or 62.44% from 402); Max value from RGB is 251 - color contains mainly: blue. Hex color #6136FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6136FB is #9EC904. Grayscale: #585858. Windows color (decimal): -10406149 or 16463457. OLE color: 16463457.

HSL color Cylindrical-coordinate representation of color #6136FB: hue angle of 253.1º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6136FB is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 54 251 -
CMYK 0.61 0.78 0 0.02
HSL 253.1º 0.96% 0.6% -
HSV(B) 253.1º 0.78% 0.98% -
XYZ 23.66 12.14 92.36 -
YUV 89.32 219.25 133.48 -
System Red Green Blue C M Y K H S L
Decimal 97 54 251 0.61 0.78 0 0.02 253.1 0.96 0.6
Hex 61 36 FB 3D 4E 0 2 FD 60 3C
Octal 141 66 373 75 116 0 2 375 140 74
Binary 1100001 110110 11111011 111101 1001110 0 10 11111101 1100000 111100

Color Harmonies of #6136FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6136FB

Black with #6136FB

Text Example


Text Example

White with #6136FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6136FB; }

 p { color: rgb(97,54,251); }

 H1.HeaderClassName
 {
   color: #6136FB;
 }
 .AnyTagClassName
 {
   color: #6136FB;
 }
</style>

background-color css

<style>
 a { background-color: #6136FB; }

 a { background-color: rgb(97,54,251); }

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

border-color css

<style>
 span { border-color: #6136FB; }

 span { border-color: rgb(97,54,251); }

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