#69427C

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

Shades of Affair #69427C

Tints of Affair #69427C

Color information

#69427C (or 0x69427C) is unknown color: approx Affair. HEX triplet: 69, 42 and 7C. RGB value is (105,66,124). Sum of RGB (Red+Green+Blue) = 105+66+124=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 124 - color contains mainly: blue. Hex color #69427C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69427C is #96BD83. Grayscale: #545454. Windows color (decimal): -9878916 or 8143465. OLE color: 8143465.

HSL color Cylindrical-coordinate representation of color #69427C: hue angle of 280.34º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69427C is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10566124-
CMYK0.150.4700.51
HSL280.34º30.53%37.25%-
HSV(B)280.34º46.77%48.63%-
XYZ11.418.3520.08-
YUV84.27150.42142.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.59%
GREEN value IS 66 (26.17% from 255) = 22.37%
BLUE value IS 124 (48.83% from 255) = 42.03%
R=35.59%
G=22.37%
B=42.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal105661240.150.4700.51280.3430.5337.25
Hex69427CF2F0331181f25
Octal15110217417570634303745
Binary1101001100001011111001111101111011001110001100011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69427C; }

 p { color: rgb(105,66,124); }

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

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

 a { background-color: rgb(105,66,124); }

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

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

 span { border-color: rgb(105,66,124); }

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