Html Css Color HEX #6918EB Han Purple

📋 copy color: '#6918EB'

red 105 ◦ green 24 ◦ blue 235

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

Shades of Han Purple #6918EB

Tints of Han Purple #6918EB

RGB

 RED value IS 105 (41.41% from 255) = 28.85%

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

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

R = 28.85%
G = 6.59%
B = 64.56%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6918EB (or 0x6918EB) is known color: Han Purple. HEX triplet: 69, 18 and EB. RGB value is (105,24,235). Sum of RGB (Red+Green+Blue) = 105+24+235=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 235 (92.19% from 255 or 64.56% from 364); Max value from RGB is 235 - color contains mainly: blue. Hex color #6918EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6918EB is #96E714. Grayscale: #474747. Windows color (decimal): -9889557 or 15407209. OLE color: 15407209.

HSL color Cylindrical-coordinate representation of color #6918EB: hue angle of 263.03º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6918EB is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 24 235 -
CMYK 0.55 0.90 0 0.08
HSL 263.03º 0.84% 0.51% -
HSV(B) 263.03º 0.9% 0.92% -
XYZ 21.15 9.65 79.35 -
YUV 72.27 219.84 151.34 -
System Red Green Blue C M Y K H S L
Decimal 105 24 235 0.55 0.90 0 0.08 263.03 0.84 0.51
Hex 69 18 EB 37 5A 0 8 107 54 33
Octal 151 30 353 67 132 0 10 407 124 63
Binary 1101001 11000 11101011 110111 1011010 0 1000 100000111 1010100 110011

Color Harmonies of #6918EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6918EB

Black with #6918EB

Text Example


Text Example

White with #6918EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6918EB; }

 p { color: rgb(105,24,235); }

 H1.HeaderClassName
 {
   color: #6918EB;
 }
 .AnyTagClassName
 {
   color: #6918EB;
 }
</style>

background-color css

<style>
 a { background-color: #6918EB; }

 a { background-color: rgb(105,24,235); }

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

border-color css

<style>
 span { border-color: #6918EB; }

 span { border-color: rgb(105,24,235); }

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