Html Css Color HEX #6B18EC Han Purple

📋 copy color: '#6B18EC'

red 107 ◦ green 24 ◦ blue 236

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

Shades of Han Purple #6B18EC

Tints of Han Purple #6B18EC

RGB

 RED value IS 107 (42.19% from 255) = 29.16%

 GREEN value IS 24 (9.77% from 255) = 6.54%

 BLUE value IS 236 (92.58% from 255) = 64.31%

R = 29.16%
G = 6.54%
B = 64.31%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6B18EC (or 0x6B18EC) is known color: Han Purple. HEX triplet: 6B, 18 and EC. RGB value is (107,24,236). Sum of RGB (Red+Green+Blue) = 107+24+236=367 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.16% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #6B18EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B18EC is #94E713. Grayscale: #484848. Windows color (decimal): -9758484 or 15472747. OLE color: 15472747.

HSL color Cylindrical-coordinate representation of color #6B18EC: hue angle of 263.49º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B18EC is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 24 236 -
CMYK 0.55 0.90 0 0.07
HSL 263.49º 0.85% 0.51% -
HSV(B) 263.49º 0.9% 0.93% -
XYZ 21.53 9.84 80.12 -
YUV 72.99 220 152.26 -
System Red Green Blue C M Y K H S L
Decimal 107 24 236 0.55 0.90 0 0.07 263.49 0.85 0.51
Hex 6B 18 EC 37 5A 0 7 107 55 33
Octal 153 30 354 67 132 0 7 407 125 63
Binary 1101011 11000 11101100 110111 1011010 0 111 100000111 1010101 110011

Color Harmonies of #6B18EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B18EC

Black with #6B18EC

Text Example


Text Example

White with #6B18EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B18EC; }

 p { color: rgb(107,24,236); }

 H1.HeaderClassName
 {
   color: #6B18EC;
 }
 .AnyTagClassName
 {
   color: #6B18EC;
 }
</style>

background-color css

<style>
 a { background-color: #6B18EC; }

 a { background-color: rgb(107,24,236); }

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

border-color css

<style>
 span { border-color: #6B18EC; }

 span { border-color: rgb(107,24,236); }

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