#6B4285

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

Shades of Affair #6B4285

Tints of Affair #6B4285

Color information

#6B4285 (or 0x6B4285) is unknown color: approx Affair. HEX triplet: 6B, 42 and 85. RGB value is (107,66,133). Sum of RGB (Red+Green+Blue) = 107+66+133=306 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.97% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B4285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4285 is #94BD7A. Grayscale: #555555. Windows color (decimal): -9747835 or 8733291. OLE color: 8733291.

HSL color Cylindrical-coordinate representation of color #6B4285: hue angle of 276.72º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B4285 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10766133-
CMYK0.200.5000.48
HSL276.72º33.67%39.02%-
HSV(B)276.72º50.38%52.16%-
XYZ12.258.7223.23-
YUV85.9154.58143.05-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.97%
GREEN value IS 66 (26.17% from 255) = 21.57%
BLUE value IS 133 (52.34% from 255) = 43.46%
R=34.97%
G=21.57%
B=43.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107661330.200.5000.48276.7233.6739.02
Hex6B428514320301152227
Octal15310220524620604254247
Binary1101011100001010000101101001100100110000100010101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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