Html Css Color HEX #6F5175 Affair

📋 copy color: '#6F5175'

red 111 ◦ green 81 ◦ blue 117

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

Shades of Affair #6F5175

Tints of Affair #6F5175

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.21%

 BLUE value IS 117 (46.09% from 255) = 37.86%

R = 35.92%
G = 26.21%
B = 37.86%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6F5175 (or 0x6F5175) is known color: Affair. HEX triplet: 6F, 51 and 75. RGB value is (111,81,117). Sum of RGB (Red+Green+Blue) = 111+81+117=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 117 - color contains mainly: blue. Hex color #6F5175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5175 is #90AE8A. Grayscale: #5D5D5D. Windows color (decimal): -9481867 or 7688559. OLE color: 7688559.

HSL color Cylindrical-coordinate representation of color #6F5175: hue angle of 290º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F5175 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 111 81 117 -
CMYK 0.05 0.31 0 0.54
HSL 290º 0.18% 0.39% -
HSV(B) 290º 0.31% 0.46% -
XYZ 12.71 10.55 18.2 -
YUV 94.07 140.94 140.07 -
System Red Green Blue C M Y K H S L
Decimal 111 81 117 0.05 0.31 0 0.54 290 0.18 0.39
Hex 6F 51 75 5 1F 0 36 122 12 27
Octal 157 121 165 5 37 0 66 442 22 47
Binary 1101111 1010001 1110101 101 11111 0 110110 100100010 10010 100111

Color Harmonies of #6F5175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5175

Black with #6F5175

Text Example


Text Example

White with #6F5175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,81,117); }

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

background-color css

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

 a { background-color: rgb(111,81,117); }

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

border-color css

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

 span { border-color: rgb(111,81,117); }

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