#6F5288

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

Shades of Affair #6F5288

Tints of Affair #6F5288

Color information

#6F5288 (or 0x6F5288) is unknown color: approx Affair. HEX triplet: 6F, 52 and 88. RGB value is (111,82,136). Sum of RGB (Red+Green+Blue) = 111+82+136=329 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.74% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 136 - color contains mainly: blue. Hex color #6F5288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5288 is #90AD77. Grayscale: #606060. Windows color (decimal): -9481592 or 8933999. OLE color: 8933999.

HSL color Cylindrical-coordinate representation of color #6F5288: hue angle of 272.22º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F5288 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11182136-
CMYK0.180.4000.47
HSL272.22º24.77%42.75%-
HSV(B)272.22º39.71%53.33%-
XYZ14.0211.1924.71-
YUV96.83150.11138.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.74%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 136 (53.52% from 255) = 41.34%
R=33.74%
G=24.92%
B=41.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal111821360.180.4000.47272.2224.7742.75
Hex6F5288122802F110192b
Octal15712221022500574203153
Binary110111110100101000100010010101000010111110001000011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,82,136); }

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

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

 a { background-color: rgb(111,82,136); }

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

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

 span { border-color: rgb(111,82,136); }

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