Html Css Color HEX #6F507C Affair

📋 copy color: '#6F507C'

red 111 ◦ green 80 ◦ blue 124

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

Shades of Affair #6F507C

Tints of Affair #6F507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.4%

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

R = 35.24%
G = 25.4%
B = 39.37%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6F507C (or 0x6F507C) is known color: Affair. HEX triplet: 6F, 50 and 7C. RGB value is (111,80,124). Sum of RGB (Red+Green+Blue) = 111+80+124=315 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.24% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F507C is #90AF83. Grayscale: #5E5E5E. Windows color (decimal): -9482116 or 8147055. OLE color: 8147055.

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

Color convert

RGB 111 80 124 -
CMYK 0.10 0.35 0 0.51
HSL 282.27º 0.22% 0.4% -
HSV(B) 282.27º 0.35% 0.49% -
XYZ 13.06 10.57 20.42 -
YUV 94.29 144.77 139.92 -
System Red Green Blue C M Y K H S L
Decimal 111 80 124 0.10 0.35 0 0.51 282.27 0.22 0.4
Hex 6F 50 7C A 23 0 33 11A 16 28
Octal 157 120 174 12 43 0 63 432 26 50
Binary 1101111 1010000 1111100 1010 100011 0 110011 100011010 10110 101000

Color Harmonies of #6F507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F507C

Black with #6F507C

Text Example


Text Example

White with #6F507C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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