Html Css Color HEX #68477C Affair

📋 copy color: '#68477C'

red 104 ◦ green 71 ◦ blue 124

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

Shades of Affair #68477C

Tints of Affair #68477C

RGB

 RED value IS 104 (41.02% from 255) = 34.78%

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

 BLUE value IS 124 (48.83% from 255) = 41.47%

R = 34.78%
G = 23.75%
B = 41.47%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68477C (or 0x68477C) is known color: Affair. HEX triplet: 68, 47 and 7C. RGB value is (104,71,124). Sum of RGB (Red+Green+Blue) = 104+71+124=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 124 - color contains mainly: blue. Hex color #68477C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68477C is #97B883. Grayscale: #565656. Windows color (decimal): -9943172 or 8144744. OLE color: 8144744.

HSL color Cylindrical-coordinate representation of color #68477C: hue angle of 277.36º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68477C is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 71 124 -
CMYK 0.16 0.43 0 0.51
HSL 277.36º 0.27% 0.38% -
HSV(B) 277.36º 0.43% 0.49% -
XYZ 11.6 8.9 20.18 -
YUV 86.91 148.93 140.19 -
System Red Green Blue C M Y K H S L
Decimal 104 71 124 0.16 0.43 0 0.51 277.36 0.27 0.38
Hex 68 47 7C 10 2B 0 33 115 1B 26
Octal 150 107 174 20 53 0 63 425 33 46
Binary 1101000 1000111 1111100 10000 101011 0 110011 100010101 11011 100110

Color Harmonies of #68477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68477C

Black with #68477C

Text Example


Text Example

White with #68477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68477C; }

 p { color: rgb(104,71,124); }

 H1.HeaderClassName
 {
   color: #68477C;
 }
 .AnyTagClassName
 {
   color: #68477C;
 }
</style>

background-color css

<style>
 a { background-color: #68477C; }

 a { background-color: rgb(104,71,124); }

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

border-color css

<style>
 span { border-color: #68477C; }

 span { border-color: rgb(104,71,124); }

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