#6F458B

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

Shades of Affair #6F458B

Tints of Affair #6F458B

Color information

#6F458B (or 0x6F458B) is unknown color: approx Affair. HEX triplet: 6F, 45 and 8B. RGB value is (111,69,139). Sum of RGB (Red+Green+Blue) = 111+69+139=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F458B is #90BA74. Grayscale: #595959. Windows color (decimal): -9484917 or 9127279. OLE color: 9127279.

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

Color convert

RGB11169139-
CMYK0.200.5000.45
HSL276º33.65%40.78%-
HSV(B)276º50.36%54.51%-
XYZ13.349.525.56-
YUV89.54155.91143.31-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.80%
GREEN value IS 69 (27.34% from 255) = 21.63%
BLUE value IS 139 (54.69% from 255) = 43.57%
R=34.80%
G=21.63%
B=43.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal111691390.200.5000.4527633.6540.78
Hex6F458B143202D1142229
Octal15710521324620554244251
Binary1101111100010110001011101001100100101101100010100100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,69,139); }

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

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

 a { background-color: rgb(111,69,139); }

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

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

 span { border-color: rgb(111,69,139); }

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