Html Css Color HEX #6806CC Purple Heart

📋 copy color: '#6806CC'

red 104 ◦ green 6 ◦ blue 204

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

Shades of Purple Heart #6806CC

Tints of Purple Heart #6806CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 64.97%

R = 33.12%
G = 1.91%
B = 64.97%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6806CC (or 0x6806CC) is known color: Purple Heart. HEX triplet: 68, 06 and CC. RGB value is (104,6,204). Sum of RGB (Red+Green+Blue) = 104+6+204=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #6806CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6806CC is #97F933. Grayscale: #393939. Windows color (decimal): -9959732 or 13370984. OLE color: 13370984.

HSL color Cylindrical-coordinate representation of color #6806CC: hue angle of 269.7º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6806CC is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 6 204 -
CMYK 0.49 0.97 0 0.2
HSL 269.7º 0.94% 0.41% -
HSV(B) 269.7º 0.97% 0.8% -
XYZ 16.67 7.43 57.68 -
YUV 57.87 210.47 160.9 -
System Red Green Blue C M Y K H S L
Decimal 104 6 204 0.49 0.97 0 0.2 269.7 0.94 0.41
Hex 68 6 CC 31 61 0 14 10E 5E 29
Octal 150 6 314 61 141 0 24 416 136 51
Binary 1101000 110 11001100 110001 1100001 0 10100 100001110 1011110 101001

Color Harmonies of #6806CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6806CC

Black with #6806CC

Text Example


Text Example

White with #6806CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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