#C6699D

Color #C6699D Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #C6699D

Tints of Hopbush #C6699D

Color information

#C6699D (or 0xC6699D) is unknown color: approx Hopbush. HEX triplet: C6, 69 and 9D. RGB value is (198,105,157). Sum of RGB (Red+Green+Blue) = 198+105+157=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C6699D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6699D is #399662. Grayscale: #8A8A8A. Windows color (decimal): -3774051 or 10316230. OLE color: 10316230.

HSL color Cylindrical-coordinate representation of color #C6699D: hue angle of 326.45º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C6699D is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB198105157-
CMYK00.470.210.22
HSL326.45º44.93%59.41%-
HSV(B)326.45º46.97%77.65%-
XYZ34.4324.5434.82-
YUV138.73138.31170.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.04%
GREEN value IS 105 (41.41% from 255) = 22.83%
BLUE value IS 157 (61.72% from 255) = 34.13%
R=43.04%
G=22.83%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810515700.470.210.22326.4544.9359.41
HexC6699D02F15161462d3b
Octal30615123505725265065573
Binary1100011011010011001110101011111010110110101000110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6699D; }

 p { color: rgb(198,105,157); }

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

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

 a { background-color: rgb(198,105,157); }

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

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

 span { border-color: rgb(198,105,157); }

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