#6B427D

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

Shades of Affair #6B427D

Tints of Affair #6B427D

Color information

#6B427D (or 0x6B427D) is unknown color: approx Affair. HEX triplet: 6B, 42 and 7D. RGB value is (107,66,125). Sum of RGB (Red+Green+Blue) = 107+66+125=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 125 - color contains mainly: blue. Hex color #6B427D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B427D is #94BD82. Grayscale: #545454. Windows color (decimal): -9747843 or 8209003. OLE color: 8209003.

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

Color convert

RGB10766125-
CMYK0.140.4700.51
HSL281.69º30.89%37.45%-
HSV(B)281.69º47.2%49.02%-
XYZ11.718.520.43-
YUV84.98150.58143.7-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.91%
GREEN value IS 66 (26.17% from 255) = 22.15%
BLUE value IS 125 (49.22% from 255) = 41.95%
R=35.91%
G=22.15%
B=41.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal107661250.140.4700.51281.6930.8937.45
Hex6B427DE2F03311a1f25
Octal15310217516570634323745
Binary1101011100001011111011110101111011001110001101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B427D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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