#6C08BF

Color #6C08BF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6C08BF

Tints of Purple Heart #6C08BF

Color information

#6C08BF (or 0x6C08BF) is unknown color: approx Purple Heart. HEX triplet: 6C, 08 and BF. RGB value is (108,8,191). Sum of RGB (Red+Green+Blue) = 108+8+191=307 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.18% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 191 (75% from 255 or 62.21% from 307); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C08BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C08BF is #93F740. Grayscale: #3A3A3A. Windows color (decimal): -9697089 or 12519532. OLE color: 12519532.

HSL color Cylindrical-coordinate representation of color #6C08BF: hue angle of 272.79º 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 #6C08BF is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1088191-
CMYK0.430.9600.25
HSL272.79º91.96%39.02%-
HSV(B)272.79º95.81%74.9%-
XYZ15.687.1249.84-
YUV58.76202.63163.12-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.18%
GREEN value IS 8 (3.52% from 255) = 2.61%
BLUE value IS 191 (75% from 255) = 62.21%
R=35.18%
G=2.61%
B=62.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10881910.430.9600.25272.7991.9639.02
Hex6C8BF2B600191115c27
Octal154102775314003142113447
Binary110110010001011111110101111000000110011000100011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C08BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C08BF; }

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

 H1.HeaderClassName
 {
   color: #6C08BF;
 }
 .AnyTagClassName
 {
   color: #6C08BF;
 }
</style>
background-color css

<style>
 a { background-color: #6C08BF; }

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

 div.DivClassName
 {
   background-color: #6C08BF;
 }
 .BgClassName
 {
   background-color: #6C08BF;
 }
</style>
border-color css

<style>
 span { border-color: #6C08BF; }

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

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