Html Css Color HEX #6C26EB Han Purple

📋 copy color: '#6C26EB'

red 108 ◦ green 38 ◦ blue 235

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

Shades of Han Purple #6C26EB

Tints of Han Purple #6C26EB

RGB

 RED value IS 108 (42.58% from 255) = 28.35%

 GREEN value IS 38 (15.23% from 255) = 9.97%

 BLUE value IS 235 (92.19% from 255) = 61.68%

R = 28.35%
G = 9.97%
B = 61.68%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6C26EB (or 0x6C26EB) is known color: Han Purple. HEX triplet: 6C, 26 and EB. RGB value is (108,38,235). Sum of RGB (Red+Green+Blue) = 108+38+235=381 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.35% from 381); Green value is 38 (15.23% from 255 or 9.97% from 381); Blue value is 235 (92.19% from 255 or 61.68% from 381); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C26EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C26EB is #93D914. Grayscale: #505050. Windows color (decimal): -9689365 or 15410796. OLE color: 15410796.

HSL color Cylindrical-coordinate representation of color #6C26EB: hue angle of 261.32º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C26EB is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 108 38 235 -
CMYK 0.54 0.84 0 0.08
HSL 261.32º 0.83% 0.54% -
HSV(B) 261.32º 0.84% 0.92% -
XYZ 21.87 10.57 79.49 -
YUV 81.39 214.69 146.98 -
System Red Green Blue C M Y K H S L
Decimal 108 38 235 0.54 0.84 0 0.08 261.32 0.83 0.54
Hex 6C 26 EB 36 54 0 8 105 53 36
Octal 154 46 353 66 124 0 10 405 123 66
Binary 1101100 100110 11101011 110110 1010100 0 1000 100000101 1010011 110110

Color Harmonies of #6C26EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C26EB

Black with #6C26EB

Text Example


Text Example

White with #6C26EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,38,235); }

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

background-color css

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

 a { background-color: rgb(108,38,235); }

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

border-color css

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

 span { border-color: rgb(108,38,235); }

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