Html Css Color HEX #6F587C Affair

📋 copy color: '#6F587C'

red 111 ◦ green 88 ◦ blue 124

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

Shades of Affair #6F587C

Tints of Affair #6F587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.24%

 BLUE value IS 124 (48.83% from 255) = 38.39%

R = 34.37%
G = 27.24%
B = 38.39%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6F587C (or 0x6F587C) is known color: Affair. HEX triplet: 6F, 58 and 7C. RGB value is (111,88,124). Sum of RGB (Red+Green+Blue) = 111+88+124=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F587C is #90A783. Grayscale: #626262. Windows color (decimal): -9480068 or 8149103. OLE color: 8149103.

HSL color Cylindrical-coordinate representation of color #6F587C: hue angle of 278.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F587C is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 111 88 124 -
CMYK 0.10 0.29 0 0.51
HSL 278.33º 0.17% 0.42% -
HSV(B) 278.33º 0.29% 0.49% -
XYZ 13.68 11.81 20.63 -
YUV 98.98 142.12 136.57 -
System Red Green Blue C M Y K H S L
Decimal 111 88 124 0.10 0.29 0 0.51 278.33 0.17 0.42
Hex 6F 58 7C A 1D 0 33 116 11 2A
Octal 157 130 174 12 35 0 63 426 21 52
Binary 1101111 1011000 1111100 1010 11101 0 110011 100010110 10001 101010

Color Harmonies of #6F587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F587C

Black with #6F587C

Text Example


Text Example

White with #6F587C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,88,124); }

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

background-color css

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

 a { background-color: rgb(111,88,124); }

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

border-color css

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

 span { border-color: rgb(111,88,124); }

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