Html Css Color HEX #6804BF Purple Heart

📋 copy color: '#6804BF'

red 104 ◦ green 4 ◦ blue 191

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

Shades of Purple Heart #6804BF

Tints of Purple Heart #6804BF

RGB

 RED value IS 104 (41.02% from 255) = 34.78%

 GREEN value IS 4 (1.95% from 255) = 1.34%

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

R = 34.78%
G = 1.34%
B = 63.88%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6804BF (or 0x6804BF) is known color: Purple Heart. HEX triplet: 68, 04 and BF. RGB value is (104,4,191). Sum of RGB (Red+Green+Blue) = 104+4+191=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 191 (75% from 255 or 63.88% from 299); Max value from RGB is 191 - color contains mainly: blue. Hex color #6804BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6804BF is #97FB40. Grayscale: #363636. Windows color (decimal): -9960257 or 12518504. OLE color: 12518504.

HSL color Cylindrical-coordinate representation of color #6804BF: hue angle of 272.09º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6804BF is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 4 191 -
CMYK 0.46 0.98 0 0.25
HSL 272.09º 0.96% 0.38% -
HSV(B) 272.09º 0.98% 0.75% -
XYZ 15.16 6.79 49.8 -
YUV 55.22 204.63 162.79 -
System Red Green Blue C M Y K H S L
Decimal 104 4 191 0.46 0.98 0 0.25 272.09 0.96 0.38
Hex 68 4 BF 2E 62 0 19 110 60 26
Octal 150 4 277 56 142 0 31 420 140 46
Binary 1101000 100 10111111 101110 1100010 0 11001 100010000 1100000 100110

Color Harmonies of #6804BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6804BF

Black with #6804BF

Text Example


Text Example

White with #6804BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,4,191); }

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

background-color css

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

 a { background-color: rgb(104,4,191); }

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

border-color css

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

 span { border-color: rgb(104,4,191); }

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