#6F3D88

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

Shades of Affair #6F3D88

Tints of Affair #6F3D88

Color information

#6F3D88 (or 0x6F3D88) is unknown color: approx Affair. HEX triplet: 6F, 3D and 88. RGB value is (111,61,136). Sum of RGB (Red+Green+Blue) = 111+61+136=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #6F3D88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3D88 is #90C277. Grayscale: #545454. Windows color (decimal): -9486968 or 8928623. OLE color: 8928623.

HSL color Cylindrical-coordinate representation of color #6F3D88: hue angle of 280º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F3D88 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11161136-
CMYK0.180.5500.47
HSL280º38.07%38.63%-
HSV(B)280º55.15%53.33%-
XYZ12.678.4924.26-
YUV84.5157.06146.9-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.04%
GREEN value IS 61 (24.22% from 255) = 19.81%
BLUE value IS 136 (53.52% from 255) = 44.16%
R=36.04%
G=19.81%
B=44.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal111611360.180.5500.4728038.0738.63
Hex6F3D88123702F1182627
Octal1577521022670574304647
Binary110111111110110001000100101101110101111100011000100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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