Html Css Color HEX #6929F0 Han Purple

📋 copy color: '#6929F0'

red 105 ◦ green 41 ◦ blue 240

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

Shades of Han Purple #6929F0

Tints of Han Purple #6929F0

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.62%

 BLUE value IS 240 (94.14% from 255) = 62.18%

R = 27.2%
G = 10.62%
B = 62.18%

CMYK

 C value IS 0.56

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6929F0 (or 0x6929F0) is known color: Han Purple. HEX triplet: 69, 29 and F0. RGB value is (105,41,240). Sum of RGB (Red+Green+Blue) = 105+41+240=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 240 (94.14% from 255 or 62.18% from 386); Max value from RGB is 240 - color contains mainly: blue. Hex color #6929F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6929F0 is #96D60F. Grayscale: #525252. Windows color (decimal): -9885200 or 15739241. OLE color: 15739241.

HSL color Cylindrical-coordinate representation of color #6929F0: hue angle of 259.3º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6929F0 is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 41 240 -
CMYK 0.56 0.83 0 0.06
HSL 259.3º 0.87% 0.55% -
HSV(B) 259.3º 0.83% 0.94% -
XYZ 22.35 10.88 83.36 -
YUV 82.82 216.7 143.82 -
System Red Green Blue C M Y K H S L
Decimal 105 41 240 0.56 0.83 0 0.06 259.3 0.87 0.55
Hex 69 29 F0 38 53 0 6 103 57 37
Octal 151 51 360 70 123 0 6 403 127 67
Binary 1101001 101001 11110000 111000 1010011 0 110 100000011 1010111 110111

Color Harmonies of #6929F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6929F0

Black with #6929F0

Text Example


Text Example

White with #6929F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6929F0; }

 p { color: rgb(105,41,240); }

 H1.HeaderClassName
 {
   color: #6929F0;
 }
 .AnyTagClassName
 {
   color: #6929F0;
 }
</style>

background-color css

<style>
 a { background-color: #6929F0; }

 a { background-color: rgb(105,41,240); }

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

border-color css

<style>
 span { border-color: #6929F0; }

 span { border-color: rgb(105,41,240); }

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