Html Css Color HEX #6806BC Purple Heart

📋 copy color: '#6806BC'

red 104 ◦ green 6 ◦ blue 188

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

Shades of Purple Heart #6806BC

Tints of Purple Heart #6806BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 63.09%

R = 34.9%
G = 2.01%
B = 63.09%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6806BC (or 0x6806BC) is known color: Purple Heart. HEX triplet: 68, 06 and BC. RGB value is (104,6,188). Sum of RGB (Red+Green+Blue) = 104+6+188=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #6806BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6806BC is #97F943. Grayscale: #373737. Windows color (decimal): -9959748 or 12322408. OLE color: 12322408.

HSL color Cylindrical-coordinate representation of color #6806BC: hue angle of 272.31º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6806BC is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 6 188 -
CMYK 0.45 0.97 0 0.26
HSL 272.31º 0.94% 0.38% -
HSV(B) 272.31º 0.97% 0.74% -
XYZ 14.85 6.7 48.09 -
YUV 56.05 202.47 162.2 -
System Red Green Blue C M Y K H S L
Decimal 104 6 188 0.45 0.97 0 0.26 272.31 0.94 0.38
Hex 68 6 BC 2D 61 0 1A 110 5E 26
Octal 150 6 274 55 141 0 32 420 136 46
Binary 1101000 110 10111100 101101 1100001 0 11010 100010000 1011110 100110

Color Harmonies of #6806BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6806BC

Black with #6806BC

Text Example


Text Example

White with #6806BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6806BC; }

 p { color: rgb(104,6,188); }

 H1.HeaderClassName
 {
   color: #6806BC;
 }
 .AnyTagClassName
 {
   color: #6806BC;
 }
</style>

background-color css

<style>
 a { background-color: #6806BC; }

 a { background-color: rgb(104,6,188); }

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

border-color css

<style>
 span { border-color: #6806BC; }

 span { border-color: rgb(104,6,188); }

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