Html Css Color HEX #6906BF Purple Heart

📋 copy color: '#6906BF'

red 105 ◦ green 6 ◦ blue 191

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

Shades of Purple Heart #6906BF

Tints of Purple Heart #6906BF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.99%

 BLUE value IS 191 (75% from 255) = 63.25%

R = 34.77%
G = 1.99%
B = 63.25%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6906BF (or 0x6906BF) is known color: Purple Heart. HEX triplet: 69, 06 and BF. RGB value is (105,6,191). Sum of RGB (Red+Green+Blue) = 105+6+191=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #6906BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6906BF is #96F940. Grayscale: #383838. Windows color (decimal): -9894209 or 12519017. OLE color: 12519017.

HSL color Cylindrical-coordinate representation of color #6906BF: hue angle of 272.11º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6906BF is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 6 191 -
CMYK 0.45 0.97 0 0.25
HSL 272.11º 0.94% 0.39% -
HSV(B) 272.11º 0.97% 0.75% -
XYZ 15.29 6.9 49.81 -
YUV 56.69 203.8 162.46 -
System Red Green Blue C M Y K H S L
Decimal 105 6 191 0.45 0.97 0 0.25 272.11 0.94 0.39
Hex 69 6 BF 2D 61 0 19 110 5E 27
Octal 151 6 277 55 141 0 31 420 136 47
Binary 1101001 110 10111111 101101 1100001 0 11001 100010000 1011110 100111

Color Harmonies of #6906BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6906BF

Black with #6906BF

Text Example


Text Example

White with #6906BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6906BF; }

 p { color: rgb(105,6,191); }

 H1.HeaderClassName
 {
   color: #6906BF;
 }
 .AnyTagClassName
 {
   color: #6906BF;
 }
</style>

background-color css

<style>
 a { background-color: #6906BF; }

 a { background-color: rgb(105,6,191); }

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

border-color css

<style>
 span { border-color: #6906BF; }

 span { border-color: rgb(105,6,191); }

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