#C69FF6

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

Shades of Perfume #C69FF6

Tints of Perfume #C69FF6

Color information

#C69FF6 (or 0xC69FF6) is unknown color: approx Perfume. HEX triplet: C6, 9F and F6. RGB value is (198,159,246). Sum of RGB (Red+Green+Blue) = 198+159+246=603 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.84% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 246 (96.48% from 255 or 40.80% from 603); Max value from RGB is 246 - color contains mainly: blue. Hex color #C69FF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69FF6 is #396009. Grayscale: #B4B4B4. Windows color (decimal): -3760138 or 16162758. OLE color: 16162758.

HSL color Cylindrical-coordinate representation of color #C69FF6: hue angle of 266.9º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C69FF6 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB198159246-
CMYK0.200.3500.04
HSL266.9º82.86%79.41%-
HSV(B)266.9º35.37%96.47%-
XYZ52.3243.4692.82-
YUV180.58164.92140.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.84%
GREEN value IS 159 (62.5% from 255) = 26.37%
BLUE value IS 246 (96.48% from 255) = 40.80%
R=32.84%
G=26.37%
B=40.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1981592460.200.3500.04266.982.8679.41
HexC69FF614230410b534f
Octal306237366244304413123117
Binary11000110100111111111011010100100011010010000101110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69FF6; }

 p { color: rgb(198,159,246); }

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

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

 a { background-color: rgb(198,159,246); }

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

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

 span { border-color: rgb(198,159,246); }

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