Html Css Color HEX #6B5175 Affair

📋 copy color: '#6B5175'

red 107 ◦ green 81 ◦ blue 117

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

Shades of Affair #6B5175

Tints of Affair #6B5175

RGB

 RED value IS 107 (42.19% from 255) = 35.08%

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

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

R = 35.08%
G = 26.56%
B = 38.36%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6B5175 (or 0x6B5175) is known color: Affair. HEX triplet: 6B, 51 and 75. RGB value is (107,81,117). Sum of RGB (Red+Green+Blue) = 107+81+117=305 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.08% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 117 - color contains mainly: blue. Hex color #6B5175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5175 is #94AE8A. Grayscale: #5C5C5C. Windows color (decimal): -9744011 or 7688555. OLE color: 7688555.

HSL color Cylindrical-coordinate representation of color #6B5175: hue angle of 283.33º 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 #6B5175 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 107 81 117 -
CMYK 0.09 0.31 0 0.54
HSL 283.33º 0.18% 0.39% -
HSV(B) 283.33º 0.31% 0.46% -
XYZ 12.22 10.3 18.17 -
YUV 92.88 141.61 138.07 -
System Red Green Blue C M Y K H S L
Decimal 107 81 117 0.09 0.31 0 0.54 283.33 0.18 0.39
Hex 6B 51 75 9 1F 0 36 11B 12 27
Octal 153 121 165 11 37 0 66 433 22 47
Binary 1101011 1010001 1110101 1001 11111 0 110110 100011011 10010 100111

Color Harmonies of #6B5175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5175

Black with #6B5175

Text Example


Text Example

White with #6B5175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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