Html Css Color HEX #6F597B Affair

📋 copy color: '#6F597B'

red 111 ◦ green 89 ◦ blue 123

#6F597B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #6F597B

Tints of Affair #6F597B

RGB

 RED value IS 111 (43.75% from 255) = 34.37%

 GREEN value IS 89 (35.16% from 255) = 27.55%

 BLUE value IS 123 (48.44% from 255) = 38.08%

R = 34.37%
G = 27.55%
B = 38.08%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6F597B (or 0x6F597B) is known color: Affair. HEX triplet: 6F, 59 and 7B. RGB value is (111,89,123). Sum of RGB (Red+Green+Blue) = 111+89+123=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F597B is #90A684. Grayscale: #636363. Windows color (decimal): -9479813 or 8083823. OLE color: 8083823.

HSL color Cylindrical-coordinate representation of color #6F597B: hue angle of 278.82º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F597B is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 111 89 123 -
CMYK 0.10 0.28 0 0.52
HSL 278.82º 0.16% 0.42% -
HSV(B) 278.82º 0.28% 0.48% -
XYZ 13.7 11.95 20.32 -
YUV 99.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 111 89 123 0.10 0.28 0 0.52 278.82 0.16 0.42
Hex 6F 59 7B A 1C 0 34 117 10 2A
Octal 157 131 173 12 34 0 64 427 20 52
Binary 1101111 1011001 1111011 1010 11100 0 110100 100010111 10000 101010

Color Harmonies of #6F597B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F597B

Black with #6F597B

Text Example


Text Example

White with #6F597B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,89,123); }

 H1.HeaderClassName
 {
   color: #6F597B;
 }
 .AnyTagClassName
 {
   color: #6F597B;
 }
</style>

background-color css

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

 a { background-color: rgb(111,89,123); }

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

border-color css

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

 span { border-color: rgb(111,89,123); }

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