Html Css Color HEX #6930EF Han Purple

📋 copy color: '#6930EF'

red 105 ◦ green 48 ◦ blue 239

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

Shades of Han Purple #6930EF

Tints of Han Purple #6930EF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.24%

 BLUE value IS 239 (93.75% from 255) = 60.97%

R = 26.79%
G = 12.24%
B = 60.97%

CMYK

 C value IS 0.56

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6930EF (or 0x6930EF) is known color: Han Purple. HEX triplet: 69, 30 and EF. RGB value is (105,48,239). Sum of RGB (Red+Green+Blue) = 105+48+239=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 48 (19.14% from 255 or 12.24% from 392); Blue value is 239 (93.75% from 255 or 60.97% from 392); Max value from RGB is 239 - color contains mainly: blue. Hex color #6930EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6930EF is #96CF10. Grayscale: #565656. Windows color (decimal): -9883409 or 15675497. OLE color: 15675497.

HSL color Cylindrical-coordinate representation of color #6930EF: hue angle of 257.91º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6930EF is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 48 239 -
CMYK 0.56 0.80 0 0.06
HSL 257.91º 0.86% 0.56% -
HSV(B) 257.91º 0.8% 0.94% -
XYZ 22.46 11.35 82.67 -
YUV 86.82 213.88 140.97 -
System Red Green Blue C M Y K H S L
Decimal 105 48 239 0.56 0.80 0 0.06 257.91 0.86 0.56
Hex 69 30 EF 38 50 0 6 102 56 38
Octal 151 60 357 70 120 0 6 402 126 70
Binary 1101001 110000 11101111 111000 1010000 0 110 100000010 1010110 111000

Color Harmonies of #6930EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6930EF

Black with #6930EF

Text Example


Text Example

White with #6930EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6930EF; }

 p { color: rgb(105,48,239); }

 H1.HeaderClassName
 {
   color: #6930EF;
 }
 .AnyTagClassName
 {
   color: #6930EF;
 }
</style>

background-color css

<style>
 a { background-color: #6930EF; }

 a { background-color: rgb(105,48,239); }

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

border-color css

<style>
 span { border-color: #6930EF; }

 span { border-color: rgb(105,48,239); }

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