Html Css Color HEX #6708BF Purple Heart

📋 copy color: '#6708BF'

red 103 ◦ green 8 ◦ blue 191

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

Shades of Purple Heart #6708BF

Tints of Purple Heart #6708BF

RGB

 RED value IS 103 (40.63% from 255) = 34.11%

 GREEN value IS 8 (3.52% from 255) = 2.65%

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

R = 34.11%
G = 2.65%
B = 63.25%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6708BF (or 0x6708BF) is known color: Purple Heart. HEX triplet: 67, 08 and BF. RGB value is (103,8,191). Sum of RGB (Red+Green+Blue) = 103+8+191=302 (40% of max value = 765). Red value is 103 (40.62% from 255 or 34.11% from 302); Green value is 8 (3.52% from 255 or 2.65% 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 #6708BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6708BF is #98F740. Grayscale: #383838. Windows color (decimal): -10024769 or 12519527. OLE color: 12519527.

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

Color convert

RGB 103 8 191 -
CMYK 0.46 0.96 0 0.25
HSL 271.15º 0.92% 0.39% -
HSV(B) 271.15º 0.96% 0.75% -
XYZ 15.08 6.82 49.81 -
YUV 57.27 203.47 160.62 -
System Red Green Blue C M Y K H S L
Decimal 103 8 191 0.46 0.96 0 0.25 271.15 0.92 0.39
Hex 67 8 BF 2E 60 0 19 10F 5C 27
Octal 147 10 277 56 140 0 31 417 134 47
Binary 1100111 1000 10111111 101110 1100000 0 11001 100001111 1011100 100111

Color Harmonies of #6708BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6708BF

Black with #6708BF

Text Example


Text Example

White with #6708BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,8,191); }

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

background-color css

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

 a { background-color: rgb(103,8,191); }

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

border-color css

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

 span { border-color: rgb(103,8,191); }

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