Html Css Color HEX #6B497E Affair

📋 copy color: '#6B497E'

red 107 ◦ green 73 ◦ blue 126

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

Shades of Affair #6B497E

Tints of Affair #6B497E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.86%

 BLUE value IS 126 (49.61% from 255) = 41.18%

R = 34.97%
G = 23.86%
B = 41.18%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6B497E (or 0x6B497E) is known color: Affair. HEX triplet: 6B, 49 and 7E. RGB value is (107,73,126). Sum of RGB (Red+Green+Blue) = 107+73+126=306 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.97% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 126 (49.61% from 255 or 41.18% from 306); Max value from RGB is 126 - color contains mainly: blue. Hex color #6B497E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B497E is #94B681. Grayscale: #595959. Windows color (decimal): -9746050 or 8276331. OLE color: 8276331.

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

Color convert

RGB 107 73 126 -
CMYK 0.15 0.42 0 0.51
HSL 278.49º 0.27% 0.39% -
HSV(B) 278.49º 0.42% 0.49% -
XYZ 12.21 9.4 20.91 -
YUV 89.21 148.76 140.69 -
System Red Green Blue C M Y K H S L
Decimal 107 73 126 0.15 0.42 0 0.51 278.49 0.27 0.39
Hex 6B 49 7E F 2A 0 33 116 1B 27
Octal 153 111 176 17 52 0 63 426 33 47
Binary 1101011 1001001 1111110 1111 101010 0 110011 100010110 11011 100111

Color Harmonies of #6B497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B497E

Black with #6B497E

Text Example


Text Example

White with #6B497E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,73,126); }

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

background-color css

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

 a { background-color: rgb(107,73,126); }

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

border-color css

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

 span { border-color: rgb(107,73,126); }

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