#6A427D

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

Shades of Affair #6A427D

Tints of Affair #6A427D

Color information

#6A427D (or 0x6A427D) is unknown color: approx Affair. HEX triplet: 6A, 42 and 7D. RGB value is (106,66,125). Sum of RGB (Red+Green+Blue) = 106+66+125=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 125 - color contains mainly: blue. Hex color #6A427D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A427D is #95BD82. Grayscale: #545454. Windows color (decimal): -9813379 or 8209002. OLE color: 8209002.

HSL color Cylindrical-coordinate representation of color #6A427D: hue angle of 280.68º 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 #6A427D is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10666125-
CMYK0.150.4700.51
HSL280.68º30.89%37.45%-
HSV(B)280.68º47.2%49.02%-
XYZ11.598.4420.42-
YUV84.69150.75143.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.69%
GREEN value IS 66 (26.17% from 255) = 22.22%
BLUE value IS 125 (49.22% from 255) = 42.09%
R=35.69%
G=22.22%
B=42.09%

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
Decimal106661250.150.4700.51280.6830.8937.45
Hex6A427DF2F0331191f25
Octal15210217517570634313745
Binary1101010100001011111011111101111011001110001100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A427D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,66,125); }

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

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

 a { background-color: rgb(106,66,125); }

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

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

 span { border-color: rgb(106,66,125); }

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