Html Css Color HEX #6921EE Han Purple

📋 copy color: '#6921EE'

red 105 ◦ green 33 ◦ blue 238

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

Shades of Han Purple #6921EE

Tints of Han Purple #6921EE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.78%

 BLUE value IS 238 (93.36% from 255) = 63.3%

R = 27.93%
G = 8.78%
B = 63.3%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6921EE (or 0x6921EE) is known color: Han Purple. HEX triplet: 69, 21 and EE. RGB value is (105,33,238). Sum of RGB (Red+Green+Blue) = 105+33+238=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 238 (93.36% from 255 or 63.30% from 376); Max value from RGB is 238 - color contains mainly: blue. Hex color #6921EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6921EE is #96DE11. Grayscale: #4D4D4D. Windows color (decimal): -9887250 or 15606121. OLE color: 15606121.

HSL color Cylindrical-coordinate representation of color #6921EE: hue angle of 261.07º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6921EE is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 33 238 -
CMYK 0.56 0.86 0 0.07
HSL 261.07º 0.86% 0.53% -
HSV(B) 261.07º 0.86% 0.93% -
XYZ 21.8 10.26 81.72 -
YUV 77.9 218.35 147.33 -
System Red Green Blue C M Y K H S L
Decimal 105 33 238 0.56 0.86 0 0.07 261.07 0.86 0.53
Hex 69 21 EE 38 56 0 7 105 56 35
Octal 151 41 356 70 126 0 7 405 126 65
Binary 1101001 100001 11101110 111000 1010110 0 111 100000101 1010110 110101

Color Harmonies of #6921EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6921EE

Black with #6921EE

Text Example


Text Example

White with #6921EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6921EE; }

 p { color: rgb(105,33,238); }

 H1.HeaderClassName
 {
   color: #6921EE;
 }
 .AnyTagClassName
 {
   color: #6921EE;
 }
</style>

background-color css

<style>
 a { background-color: #6921EE; }

 a { background-color: rgb(105,33,238); }

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

border-color css

<style>
 span { border-color: #6921EE; }

 span { border-color: rgb(105,33,238); }

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