Html Css Color HEX #6A477B Affair

📋 copy color: '#6A477B'

red 106 ◦ green 71 ◦ blue 123

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

Shades of Affair #6A477B

Tints of Affair #6A477B

RGB

 RED value IS 106 (41.8% from 255) = 35.33%

 GREEN value IS 71 (28.13% from 255) = 23.67%

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

R = 35.33%
G = 23.67%
B = 41%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6A477B (or 0x6A477B) is known color: Affair. HEX triplet: 6A, 47 and 7B. RGB value is (106,71,123). Sum of RGB (Red+Green+Blue) = 106+71+123=300 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.33% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 123 - color contains mainly: blue. Hex color #6A477B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A477B is #95B884. Grayscale: #575757. Windows color (decimal): -9812101 or 8079210. OLE color: 8079210.

HSL color Cylindrical-coordinate representation of color #6A477B: hue angle of 280.38º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6A477B is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 106 71 123 -
CMYK 0.14 0.42 0 0.52
HSL 280.38º 0.27% 0.38% -
HSV(B) 280.38º 0.42% 0.48% -
XYZ 11.77 9 19.86 -
YUV 87.39 148.1 141.27 -
System Red Green Blue C M Y K H S L
Decimal 106 71 123 0.14 0.42 0 0.52 280.38 0.27 0.38
Hex 6A 47 7B E 2A 0 34 118 1B 26
Octal 152 107 173 16 52 0 64 430 33 46
Binary 1101010 1000111 1111011 1110 101010 0 110100 100011000 11011 100110

Color Harmonies of #6A477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A477B

Black with #6A477B

Text Example


Text Example

White with #6A477B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,71,123); }

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

background-color css

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

 a { background-color: rgb(106,71,123); }

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

border-color css

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

 span { border-color: rgb(106,71,123); }

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