Html Css Color HEX #6618EB Han Purple

📋 copy color: '#6618EB'

red 102 ◦ green 24 ◦ blue 235

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

Shades of Han Purple #6618EB

Tints of Han Purple #6618EB

RGB

 RED value IS 102 (40.23% from 255) = 28.25%

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

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

R = 28.25%
G = 6.65%
B = 65.1%

CMYK

 C value IS 0.57

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6618EB (or 0x6618EB) is known color: Han Purple. HEX triplet: 66, 18 and EB. RGB value is (102,24,235). Sum of RGB (Red+Green+Blue) = 102+24+235=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 235 (92.19% from 255 or 65.10% from 361); Max value from RGB is 235 - color contains mainly: blue. Hex color #6618EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6618EB is #99E714. Grayscale: #464646. Windows color (decimal): -10086165 or 15407206. OLE color: 15407206.

HSL color Cylindrical-coordinate representation of color #6618EB: hue angle of 262.18º 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 #6618EB is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 24 235 -
CMYK 0.57 0.90 0 0.08
HSL 262.18º 0.84% 0.51% -
HSV(B) 262.18º 0.9% 0.92% -
XYZ 20.8 9.48 79.33 -
YUV 71.38 220.34 149.84 -
System Red Green Blue C M Y K H S L
Decimal 102 24 235 0.57 0.90 0 0.08 262.18 0.84 0.51
Hex 66 18 EB 39 5A 0 8 106 54 33
Octal 146 30 353 71 132 0 10 406 124 63
Binary 1100110 11000 11101011 111001 1011010 0 1000 100000110 1010100 110011

Color Harmonies of #6618EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6618EB

Black with #6618EB

Text Example


Text Example

White with #6618EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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