Html Css Color HEX #6930FA Han Purple

📋 copy color: '#6930FA'

red 105 ◦ green 48 ◦ blue 250

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

Shades of Han Purple #6930FA

Tints of Han Purple #6930FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.03%

R = 26.05%
G = 11.91%
B = 62.03%

CMYK

 C value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6930FA (or 0x6930FA) is known color: Han Purple. HEX triplet: 69, 30 and FA. RGB value is (105,48,250). Sum of RGB (Red+Green+Blue) = 105+48+250=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #6930FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6930FA is #96CF05. Grayscale: #575757. Windows color (decimal): -9883398 or 16396393. OLE color: 16396393.

HSL color Cylindrical-coordinate representation of color #6930FA: hue angle of 256.93º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6930FA is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 105 48 250 -
CMYK 0.58 0.81 0 0.02
HSL 256.93º 0.95% 0.58% -
HSV(B) 256.93º 0.81% 0.98% -
XYZ 24.14 12.02 91.49 -
YUV 88.07 219.38 140.07 -
System Red Green Blue C M Y K H S L
Decimal 105 48 250 0.58 0.81 0 0.02 256.93 0.95 0.58
Hex 69 30 FA 3A 51 0 2 101 5F 3A
Octal 151 60 372 72 121 0 2 401 137 72
Binary 1101001 110000 11111010 111010 1010001 0 10 100000001 1011111 111010

Color Harmonies of #6930FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6930FA

Black with #6930FA

Text Example


Text Example

White with #6930FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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