Html Css Color HEX #6618FF Han Purple

📋 copy color: '#6618FF'

red 102 ◦ green 24 ◦ blue 255

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

Shades of Han Purple #6618FF

Tints of Han Purple #6618FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.93%

R = 26.77%
G = 6.3%
B = 66.93%

CMYK

 C value IS 0.6

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6618FF (or 0x6618FF) is known color: Han Purple. HEX triplet: 66, 18 and FF. RGB value is (102,24,255). Sum of RGB (Red+Green+Blue) = 102+24+255=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #6618FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6618FF is #99E700. Grayscale: #484848. Windows color (decimal): -10086145 or 16717926. OLE color: 16717926.

HSL color Cylindrical-coordinate representation of color #6618FF: hue angle of 260.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6618FF is Cyan = 0.6, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 102 24 255 -
CMYK 0.6 0.91 0 0
HSL 260.26º 1% 0.55% -
HSV(B) 260.26º 0.91% 1% -
XYZ 23.86 10.7 95.42 -
YUV 73.66 230.34 148.22 -
System Red Green Blue C M Y K H S L
Decimal 102 24 255 0.6 0.91 0 0 260.26 1 0.55
Hex 66 18 FF 3C 5B 0 0 104 64 37
Octal 146 30 377 74 133 0 0 404 144 67
Binary 1100110 11000 11111111 111100 1011011 0 0 100000100 1100100 110111

Color Harmonies of #6618FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6618FF

Black with #6618FF

Text Example


Text Example

White with #6618FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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