Html Css Color HEX #6E507B Affair

📋 copy color: '#6E507B'

red 110 ◦ green 80 ◦ blue 123

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

Shades of Affair #6E507B

Tints of Affair #6E507B

RGB

 RED value IS 110 (43.36% from 255) = 35.14%

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

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

R = 35.14%
G = 25.56%
B = 39.3%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6E507B (or 0x6E507B) is known color: Affair. HEX triplet: 6E, 50 and 7B. RGB value is (110,80,123). Sum of RGB (Red+Green+Blue) = 110+80+123=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 123 - color contains mainly: blue. Hex color #6E507B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E507B is #91AF84. Grayscale: #5D5D5D. Windows color (decimal): -9547653 or 8081518. OLE color: 8081518.

HSL color Cylindrical-coordinate representation of color #6E507B: hue angle of 281.86º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E507B is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 110 80 123 -
CMYK 0.11 0.35 0 0.52
HSL 281.86º 0.21% 0.4% -
HSV(B) 281.86º 0.35% 0.48% -
XYZ 12.87 10.48 20.08 -
YUV 93.87 144.44 139.5 -
System Red Green Blue C M Y K H S L
Decimal 110 80 123 0.11 0.35 0 0.52 281.86 0.21 0.4
Hex 6E 50 7B B 23 0 34 11A 15 28
Octal 156 120 173 13 43 0 64 432 25 50
Binary 1101110 1010000 1111011 1011 100011 0 110100 100011010 10101 101000

Color Harmonies of #6E507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E507B

Black with #6E507B

Text Example


Text Example

White with #6E507B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,80,123); }

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

background-color css

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

 a { background-color: rgb(110,80,123); }

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

border-color css

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

 span { border-color: rgb(110,80,123); }

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